#C7994B

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

Shades of Tussock #C7994B

Tints of Tussock #C7994B

Color information

#C7994B (or 0xC7994B) is unknown color: approx Tussock. HEX triplet: C7, 99 and 4B. RGB value is (199,153,75). Sum of RGB (Red+Green+Blue) = 199+153+75=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7994B is #3866B4. Grayscale: #9E9E9E. Windows color (decimal): -3696309 or 4954567. OLE color: 4954567.

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

Color convert

RGB19915375-
CMYK00.230.620.22
HSL37.74º52.54%53.73%-
HSV(B)37.74º62.31%78.04%-
XYZ36.2135.4311.59-
YUV157.8681.24157.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=46.60%
G=35.83%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991537500.230.620.2237.7452.5453.73
HexC7994B0173E16263536
Octal3072311130277626466566
Binary1100011110011001100101101011111111010110100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7994B; }

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

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

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

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

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

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

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

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