#595228

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

Shades of Bronze Olive #595228

Tints of Bronze Olive #595228

Color information

#595228 (or 0x595228) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 28. RGB value is (89,82,40). Sum of RGB (Red+Green+Blue) = 89+82+40=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #595228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595228 is #A6ADD7. Grayscale: #4F4F4F. Windows color (decimal): -10923480 or 2642521. OLE color: 2642521.

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

Color convert

RGB898240-
CMYK00.080.550.65
HSL51.43º37.98%25.29%-
HSV(B)51.43º55.06%34.9%-
XYZ7.528.313.22-
YUV79.31105.82134.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=42.18%
G=38.86%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89824000.080.550.6551.4337.9825.29
Hex595228083741332619
Octal1311225001067101634631
Binary1011001101001010100001000110111100000111001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595228; }

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

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

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

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

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

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

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

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