#CB8C54

Color #CB8C54 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #CB8C54

Tints of Twine #CB8C54

Color information

#CB8C54 (or 0xCB8C54) is unknown color: approx Twine. HEX triplet: CB, 8C and 54. RGB value is (203,140,84). Sum of RGB (Red+Green+Blue) = 203+140+84=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C54 is #3473AB. Grayscale: #989898. Windows color (decimal): -3437484 or 5541067. OLE color: 5541067.

HSL color Cylindrical-coordinate representation of color #CB8C54: hue angle of 28.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB8C54 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20314084-
CMYK00.310.590.20
HSL28.24º53.36%56.27%-
HSV(B)28.24º58.62%79.61%-
XYZ35.6132.0912.71-
YUV152.4589.37164.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 84 (33.20% from 255) = 19.67%
R=47.54%
G=32.79%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031408400.310.590.2028.2453.3656.27
HexCB8C5401F3B141c3538
Octal3132141240377324346570
Binary110010111000110010101000111111110111010011100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C54; }

 p { color: rgb(203,140,84); }

 H1.HeaderClassName
 {
   color: #CB8C54;
 }
 .AnyTagClassName
 {
   color: #CB8C54;
 }
</style>
background-color css

<style>
 a { background-color: #CB8C54; }

 a { background-color: rgb(203,140,84); }

 div.DivClassName
 {
   background-color: #CB8C54;
 }
 .BgClassName
 {
   background-color: #CB8C54;
 }
</style>
border-color css

<style>
 span { border-color: #CB8C54; }

 span { border-color: rgb(203,140,84); }

 td.TdClassName
 {
   border-color: #CB8C54;
 }
 .TagClassName
 {
   border-color: #CB8C54;
 }
</style>