#c79945

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

Shades of Tussock #C79945

Tints of Tussock #C79945

Color information

#C79945 (or 0xC79945) is unknown color: approx Tussock. HEX triplet: C7, 99 and 45. RGB value is (199,153,69). Sum of RGB (Red+Green+Blue) = 199+153+69=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C79945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79945 is #3866BA. Grayscale: #9D9D9D. Windows color (decimal): -3696315 or 4561351. OLE color: 4561351.

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

Color convert

RGB19915369-
CMYK00.230.650.22
HSL38.77º53.72%52.55%-
HSV(B)38.77º65.33%78.04%-
XYZ36.0235.3510.56-
YUV157.1878.24157.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 153 (60.16% from 255) = 36.34%
BLUE value IS 69 (27.34% from 255) = 16.39%
R=47.27%
G=36.34%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991536900.230.650.2238.7753.7252.55
HexC799450174116273635
Octal30723110502710126476665
Binary11000111100110011000101010111100000110110100111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c79945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c79945; }

 p { color: rgb(199,153,69); }

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

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

 a { background-color: rgb(199,153,69); }

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

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

 span { border-color: rgb(199,153,69); }

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