#C4914D

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

Shades of Tussock #C4914D

Tints of Tussock #C4914D

Color information

#C4914D (or 0xC4914D) is unknown color: approx Tussock. HEX triplet: C4, 91 and 4D. RGB value is (196,145,77). Sum of RGB (Red+Green+Blue) = 196+145+77=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4914D is #3B6EB2. Grayscale: #989898. Windows color (decimal): -3894963 or 5083588. OLE color: 5083588.

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

Color convert

RGB19614577-
CMYK00.260.610.23
HSL34.29º50.21%53.53%-
HSV(B)34.29º60.71%76.86%-
XYZ34.2332.5211.49-
YUV152.585.4159.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.89%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 77 (30.47% from 255) = 18.42%
R=46.89%
G=34.69%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961457700.260.610.2334.2950.2153.53
HexC4914D01A3D17223236
Octal3042211150327527426266
Binary1100010010010001100110101101011110110111100010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4914D; }

 p { color: rgb(196,145,77); }

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

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

 a { background-color: rgb(196,145,77); }

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

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

 span { border-color: rgb(196,145,77); }

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