#CB9B49

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

Shades of Tussock #CB9B49

Tints of Tussock #CB9B49

Color information

#CB9B49 (or 0xCB9B49) is unknown color: approx Tussock. HEX triplet: CB, 9B and 49. RGB value is (203,155,73). Sum of RGB (Red+Green+Blue) = 203+155+73=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9B49 is #3464B6. Grayscale: #A0A0A0. Windows color (decimal): -3433655 or 4824011. OLE color: 4824011.

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

Color convert

RGB20315573-
CMYK00.240.640.20
HSL37.85º55.56%54.12%-
HSV(B)37.85º64.04%79.61%-
XYZ37.5536.6211.39-
YUV16078.9158.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 73 (28.91% from 255) = 16.94%
R=47.10%
G=35.96%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031557300.240.640.2037.8555.5654.12
HexCB9B490184014263836
Octal31323311103010024467066
Binary11001011100110111001001011000100000010100100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B49; }

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

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

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

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

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

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

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

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