#595210

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

Shades of Bronze Olive #595210

Tints of Bronze Olive #595210

Color information

#595210 (or 0x595210) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 10. RGB value is (89,82,16). Sum of RGB (Red+Green+Blue) = 89+82+16=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #595210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595210 is #A6ADEF. Grayscale: #4C4C4C. Windows color (decimal): -10923504 or 1069657. OLE color: 1069657.

HSL color Cylindrical-coordinate representation of color #595210: hue angle of 54.25º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #595210 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB898216-
CMYK00.080.820.65
HSL54.25º69.52%20.59%-
HSV(B)54.25º82.02%34.9%-
XYZ7.238.21.69-
YUV76.5793.82136.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=47.59%
G=43.85%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89821600.080.820.6554.2569.5220.59
Hex595210085241364615
Octal131122200101221016610625
Binary10110011010010100000100010100101000001110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595210; }

 p { color: rgb(89,82,16); }

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

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

 a { background-color: rgb(89,82,16); }

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

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

 span { border-color: rgb(89,82,16); }

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