#595212

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

Shades of Bronze Olive #595212

Tints of Bronze Olive #595212

Color information

#595212 (or 0x595212) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 12. RGB value is (89,82,18). Sum of RGB (Red+Green+Blue) = 89+82+18=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #595212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595212 is #A6ADED. Grayscale: #4D4D4D. Windows color (decimal): -10923502 or 1200729. OLE color: 1200729.

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

Color convert

RGB898218-
CMYK00.080.800.65
HSL54.08º66.36%20.98%-
HSV(B)54.08º79.78%34.9%-
XYZ7.258.21.77-
YUV76.894.82136.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=47.09%
G=43.39%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89821800.080.800.6554.0866.3620.98
Hex595212085041364215
Octal131122220101201016610225
Binary10110011010010100100100010100001000001110110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595212; }

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

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

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

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

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

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

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

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