#C4914B

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

Shades of Tussock #C4914B

Tints of Tussock #C4914B

Color information

#C4914B (or 0xC4914B) is unknown color: approx Tussock. HEX triplet: C4, 91 and 4B. RGB value is (196,145,75). Sum of RGB (Red+Green+Blue) = 196+145+75=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4914B is #3B6EB4. Grayscale: #989898. Windows color (decimal): -3894965 or 4952516. OLE color: 4952516.

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

Color convert

RGB19614575-
CMYK00.260.620.23
HSL34.71º50.63%53.14%-
HSV(B)34.71º61.73%76.86%-
XYZ34.1632.4911.13-
YUV152.2784.4159.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 75 (29.69% from 255) = 18.03%
R=47.12%
G=34.86%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961457500.260.620.2334.7150.6353.14
HexC4914B01A3E17233335
Octal3042211130327627436365
Binary1100010010010001100101101101011111010111100011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4914B; }

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

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

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

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

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

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

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

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