#595127

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

Shades of Bronze Olive #595127

Tints of Bronze Olive #595127

Color information

#595127 (or 0x595127) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 27. RGB value is (89,81,39). Sum of RGB (Red+Green+Blue) = 89+81+39=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #595127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595127 is #A6AED8. Grayscale: #4E4E4E. Windows color (decimal): -10923737 or 2576729. OLE color: 2576729.

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

Color convert

RGB898139-
CMYK00.090.560.65
HSL50.4º39.06%25.1%-
HSV(B)50.4º56.18%34.9%-
XYZ7.438.163.1-
YUV78.6105.65135.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=42.58%
G=38.76%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89813900.090.560.6550.439.0625.1
Hex595127093841322719
Octal1311214701170101624731
Binary1011001101000110011101001111000100000111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595127; }

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

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

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

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

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

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

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

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