#595227

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

Shades of Bronze Olive #595227

Tints of Bronze Olive #595227

Color information

#595227 (or 0x595227) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 27. RGB value is (89,82,39). Sum of RGB (Red+Green+Blue) = 89+82+39=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #595227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595227 is #A6ADD8. Grayscale: #4F4F4F. Windows color (decimal): -10923481 or 2576985. OLE color: 2576985.

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

Color convert

RGB898239-
CMYK00.080.560.65
HSL51.6º39.06%25.1%-
HSV(B)51.6º56.18%34.9%-
XYZ7.58.33.13-
YUV79.19105.32135-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=42.38%
G=39.05%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89823900.080.560.6551.639.0625.1
Hex595227083841342719
Octal1311224701070101644731
Binary1011001101001010011101000111000100000111010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595227; }

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

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

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

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

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

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

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

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