#C58A4A

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

Shades of Tussock #C58A4A

Tints of Tussock #C58A4A

Color information

#C58A4A (or 0xC58A4A) is unknown color: approx Tussock. HEX triplet: C5, 8A and 4A. RGB value is (197,138,74). Sum of RGB (Red+Green+Blue) = 197+138+74=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A4A is #3A75B5. Grayscale: #949494. Windows color (decimal): -3831222 or 4885189. OLE color: 4885189.

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

Color convert

RGB19713874-
CMYK00.300.620.23
HSL31.22º51.46%53.14%-
HSV(B)31.22º62.44%77.25%-
XYZ33.3530.5410.62-
YUV148.3486.05162.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.17%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=48.17%
G=33.74%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971387400.300.620.2331.2251.4653.14
HexC58A4A01E3E171f3335
Octal3052121120367627376365
Binary110001011000101010010100111101111101011111111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A4A; }

 p { color: rgb(197,138,74); }

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

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

 a { background-color: rgb(197,138,74); }

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

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

 span { border-color: rgb(197,138,74); }

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