#595320

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

Shades of Bronze Olive #595320

Tints of Bronze Olive #595320

Color information

#595320 (or 0x595320) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 20. RGB value is (89,83,32). Sum of RGB (Red+Green+Blue) = 89+83+32=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #595320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595320 is #A6ACDF. Grayscale: #4F4F4F. Windows color (decimal): -10923232 or 2118489. OLE color: 2118489.

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

Color convert

RGB898332-
CMYK00.070.640.65
HSL53.68º47.11%23.73%-
HSV(B)53.68º64.04%34.9%-
XYZ7.478.412.6-
YUV78.98101.49135.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=43.63%
G=40.69%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89833200.070.640.6553.6847.1123.73
Hex595320074041362f18
Octal1311234007100101665730
Binary1011001101001110000001111000000100000111011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595320; }

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

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

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

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

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

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

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

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