#CB9D48

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

Shades of Tussock #CB9D48

Tints of Tussock #CB9D48

Color information

#CB9D48 (or 0xCB9D48) is unknown color: approx Tussock. HEX triplet: CB, 9D and 48. RGB value is (203,157,72). Sum of RGB (Red+Green+Blue) = 203+157+72=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9D48 is #3462B7. Grayscale: #A1A1A1. Windows color (decimal): -3433144 or 4758987. OLE color: 4758987.

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

Color convert

RGB20315772-
CMYK00.230.650.20
HSL38.93º55.74%53.92%-
HSV(B)38.93º64.53%79.61%-
XYZ37.8637.2811.33-
YUV161.0677.74157.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=46.99%
G=36.34%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031577200.230.650.2038.9355.7453.92
HexCB9D480174114273836
Octal31323511002710124477066
Binary11001011100111011001000010111100000110100100111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D48; }

 p { color: rgb(203,157,72); }

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

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

 a { background-color: rgb(203,157,72); }

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

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

 span { border-color: rgb(203,157,72); }

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