#C5924B

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

Shades of Tussock #C5924B

Tints of Tussock #C5924B

Color information

#C5924B (or 0xC5924B) is unknown color: approx Tussock. HEX triplet: C5, 92 and 4B. RGB value is (197,146,75). Sum of RGB (Red+Green+Blue) = 197+146+75=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5924B is #3A6DB4. Grayscale: #999999. Windows color (decimal): -3829173 or 4952773. OLE color: 4952773.

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

Color convert

RGB19714675-
CMYK00.260.620.23
HSL34.92º51.26%53.33%-
HSV(B)34.92º61.93%77.25%-
XYZ34.5732.9411.19-
YUV153.1683.9159.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 75 (29.69% from 255) = 17.94%
R=47.13%
G=34.93%
B=17.94%

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
Decimal1971467500.260.620.2334.9251.2653.33
HexC5924B01A3E17233335
Octal3052221130327627436365
Binary1100010110010010100101101101011111010111100011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5924B; }

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

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

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

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

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

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

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

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