#C99749

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

Shades of Tussock #C99749

Tints of Tussock #C99749

Color information

#C99749 (or 0xC99749) is unknown color: approx Tussock. HEX triplet: C9, 97 and 49. RGB value is (201,151,73). Sum of RGB (Red+Green+Blue) = 201+151+73=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C99749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99749 is #3668B6. Grayscale: #9D9D9D. Windows color (decimal): -3565751 or 4822985. OLE color: 4822985.

HSL color Cylindrical-coordinate representation of color #C99749: hue angle of 36.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C99749 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20115173-
CMYK00.250.640.21
HSL36.56º54.24%53.73%-
HSV(B)36.56º63.68%78.82%-
XYZ36.3635.0311.15-
YUV157.0680.56159.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=47.29%
G=35.53%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011517300.250.640.2136.5654.2453.73
HexC997490194015253636
Octal31122711103110025456666
Binary11001001100101111001001011001100000010101100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99749; }

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

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

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

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

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

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

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

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