#595327

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

Shades of Bronze Olive #595327

Tints of Bronze Olive #595327

Color information

#595327 (or 0x595327) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 27. RGB value is (89,83,39). Sum of RGB (Red+Green+Blue) = 89+83+39=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #595327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595327 is #A6ACD8. Grayscale: #4F4F4F. Windows color (decimal): -10923225 or 2577241. OLE color: 2577241.

HSL color Cylindrical-coordinate representation of color #595327: hue angle of 52.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595327 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB898339-
CMYK00.070.560.65
HSL52.8º39.06%25.1%-
HSV(B)52.8º56.18%34.9%-
XYZ7.588.463.15-
YUV79.78104.99134.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=42.18%
G=39.34%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89833900.070.560.6552.839.0625.1
Hex595327073841352719
Octal131123470770101654731
Binary101100110100111001110111111000100000111010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595327; }

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

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

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

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

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

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

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

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