#CB9B59

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

Shades of Twine #CB9B59

Tints of Twine #CB9B59

Color information

#CB9B59 (or 0xCB9B59) is unknown color: approx Twine. HEX triplet: CB, 9B and 59. RGB value is (203,155,89). Sum of RGB (Red+Green+Blue) = 203+155+89=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B59 is #3464A6. Grayscale: #A2A2A2. Windows color (decimal): -3433639 or 5872587. OLE color: 5872587.

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

Color convert

RGB20315589-
CMYK00.240.560.20
HSL34.74º52.29%57.25%-
HSV(B)34.74º56.16%79.61%-
XYZ38.1536.8614.56-
YUV161.8386.9157.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 89 (35.16% from 255) = 19.91%
R=45.41%
G=34.68%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031558900.240.560.2034.7452.2957.25
HexCB9B590183814233439
Octal3132331310307024436471
Binary1100101110011011101100101100011100010100100011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B59; }

 p { color: rgb(203,155,89); }

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

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

 a { background-color: rgb(203,155,89); }

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

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

 span { border-color: rgb(203,155,89); }

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