#CB9749

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

Shades of Tussock #CB9749

Tints of Tussock #CB9749

Color information

#CB9749 (or 0xCB9749) is unknown color: approx Tussock. HEX triplet: CB, 97 and 49. RGB value is (203,151,73). Sum of RGB (Red+Green+Blue) = 203+151+73=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9749 is #3468B6. Grayscale: #9E9E9E. Windows color (decimal): -3434679 or 4822987. OLE color: 4822987.

HSL color Cylindrical-coordinate representation of color #CB9749: hue angle of 36º 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 #CB9749 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20315173-
CMYK00.260.640.20
HSL36º55.56%54.12%-
HSV(B)36º64.04%79.61%-
XYZ36.935.3111.17-
YUV157.6680.23160.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 73 (28.91% from 255) = 17.10%
R=47.54%
G=35.36%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031517300.260.640.203655.5654.12
HexCB974901A4014243836
Octal31322711103210024447066
Binary11001011100101111001001011010100000010100100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9749; }

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

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

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

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

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

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

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

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