#C4924B

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

Shades of Tussock #C4924B

Tints of Tussock #C4924B

Color information

#C4924B (or 0xC4924B) is unknown color: approx Tussock. HEX triplet: C4, 92 and 4B. RGB value is (196,146,75). Sum of RGB (Red+Green+Blue) = 196+146+75=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4924B is #3B6DB4. Grayscale: #999999. Windows color (decimal): -3894709 or 4952772. OLE color: 4952772.

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

Color convert

RGB19614675-
CMYK00.260.620.23
HSL35.21º50.63%53.14%-
HSV(B)35.21º61.73%76.86%-
XYZ34.3132.811.18-
YUV152.8684.06158.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=47.00%
G=35.01%
B=17.99%

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
Decimal1961467500.260.620.2335.2150.6353.14
HexC4924B01A3E17233335
Octal3042221130327627436365
Binary1100010010010010100101101101011111010111100011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4924B; }

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

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

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

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

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

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

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

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