#C4984F

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

Shades of Tussock #C4984F

Tints of Tussock #C4984F

Color information

#C4984F (or 0xC4984F) is unknown color: approx Tussock. HEX triplet: C4, 98 and 4F. RGB value is (196,152,79). Sum of RGB (Red+Green+Blue) = 196+152+79=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4984F is #3B67B0. Grayscale: #9D9D9D. Windows color (decimal): -3893169 or 5216452. OLE color: 5216452.

HSL color Cylindrical-coordinate representation of color #C4984F: hue angle of 37.44º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4984F is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19615279-
CMYK00.220.600.23
HSL37.44º49.79%53.92%-
HSV(B)37.44º59.69%76.86%-
XYZ35.434.7612.24-
YUV156.8384.08155.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 79 (31.25% from 255) = 18.50%
R=45.90%
G=35.60%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961527900.220.600.2337.4449.7953.92
HexC4984F0163C17253236
Octal3042301170267427456266
Binary1100010010011000100111101011011110010111100101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4984F; }

 p { color: rgb(196,152,79); }

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

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

 a { background-color: rgb(196,152,79); }

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

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

 span { border-color: rgb(196,152,79); }

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