#C79A46

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

Shades of Tussock #C79A46

Tints of Tussock #C79A46

Color information

#C79A46 (or 0xC79A46) is unknown color: approx Tussock. HEX triplet: C7, 9A and 46. RGB value is (199,154,70). Sum of RGB (Red+Green+Blue) = 199+154+70=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79A46 is #3865B9. Grayscale: #9E9E9E. Windows color (decimal): -3696058 or 4627143. OLE color: 4627143.

HSL color Cylindrical-coordinate representation of color #C79A46: hue angle of 39.07º 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 #C79A46 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB19915470-
CMYK00.230.650.22
HSL39.07º53.53%52.75%-
HSV(B)39.07º64.82%78.04%-
XYZ36.2135.710.78-
YUV157.8878.41157.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 70 (27.73% from 255) = 16.55%
R=47.04%
G=36.41%
B=16.55%

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
Decimal1991547000.230.650.2239.0753.5352.75
HexC79A460174116273635
Octal30723210602710126476665
Binary11000111100110101000110010111100000110110100111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79A46; }

 p { color: rgb(199,154,70); }

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

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

 a { background-color: rgb(199,154,70); }

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

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

 span { border-color: rgb(199,154,70); }

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