#595220

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

Shades of Bronze Olive #595220

Tints of Bronze Olive #595220

Color information

#595220 (or 0x595220) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 20. RGB value is (89,82,32). Sum of RGB (Red+Green+Blue) = 89+82+32=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #595220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595220 is #A6ADDF. Grayscale: #4E4E4E. Windows color (decimal): -10923488 or 2118233. OLE color: 2118233.

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

Color convert

RGB898232-
CMYK00.080.640.65
HSL52.63º47.11%23.73%-
HSV(B)52.63º64.04%34.9%-
XYZ7.48.262.57-
YUV78.39101.82135.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=43.84%
G=40.39%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89823200.080.640.6552.6347.1123.73
Hex595220084041352f18
Octal13112240010100101655730
Binary10110011010010100000010001000000100000111010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595220; }

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

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

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

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

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

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

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

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