#595206

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

Shades of Bronze Olive #595206

Tints of Bronze Olive #595206

Color information

#595206 (or 0x595206) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 06. RGB value is (89,82,6). Sum of RGB (Red+Green+Blue) = 89+82+6=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #595206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595206 is #A6ADF9. Grayscale: #4B4B4B. Windows color (decimal): -10923514 or 414297. OLE color: 414297.

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

Color convert

RGB89826-
CMYK00.080.930.65
HSL54.94º87.37%18.63%-
HSV(B)54.94º93.26%34.9%-
XYZ7.178.171.37-
YUV75.4388.82137.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.28%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=50.28%
G=46.33%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8982600.080.930.6554.9487.3718.63
Hex59526085D41375713
Octal13112260101351016712723
Binary101100110100101100100010111011000001110111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595206; }

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

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

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

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

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

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

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

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