#595420

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

Shades of Bronze Olive #595420

Tints of Bronze Olive #595420

Color information

#595420 (or 0x595420) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 20. RGB value is (89,84,32). Sum of RGB (Red+Green+Blue) = 89+84+32=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #595420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595420 is #A6ABDF. Grayscale: #4F4F4F. Windows color (decimal): -10922976 or 2118745. OLE color: 2118745.

HSL color Cylindrical-coordinate representation of color #595420: hue angle of 54.74º 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 #595420 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB898432-
CMYK00.060.640.65
HSL54.74º47.11%23.73%-
HSV(B)54.74º64.04%34.9%-
XYZ7.558.572.62-
YUV79.57101.16134.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=43.41%
G=40.98%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89843200.060.640.6554.7447.1123.73
Hex595420064041372f18
Octal1311244006100101675730
Binary1011001101010010000001101000000100000111011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595420; }

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

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

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

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

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

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

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

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