#595226

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

Shades of Bronze Olive #595226

Tints of Bronze Olive #595226

Color information

#595226 (or 0x595226) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 26. RGB value is (89,82,38). Sum of RGB (Red+Green+Blue) = 89+82+38=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #595226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595226 is #A6ADD9. Grayscale: #4F4F4F. Windows color (decimal): -10923482 or 2511449. OLE color: 2511449.

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

Color convert

RGB898238-
CMYK00.080.570.65
HSL51.76º40.16%24.9%-
HSV(B)51.76º57.3%34.9%-
XYZ7.498.33.04-
YUV79.08104.82135.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=42.58%
G=39.23%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89823800.080.570.6551.7640.1624.9
Hex595226083941342819
Octal1311224601071101645031
Binary1011001101001010011001000111001100000111010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595226; }

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

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

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

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

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

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

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

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