#595125

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

Shades of Bronze Olive #595125

Tints of Bronze Olive #595125

Color information

#595125 (or 0x595125) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 25. RGB value is (89,81,37). Sum of RGB (Red+Green+Blue) = 89+81+37=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #595125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595125 is #A6AEDA. Grayscale: #4E4E4E. Windows color (decimal): -10923739 or 2445657. OLE color: 2445657.

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

Color convert

RGB898137-
CMYK00.090.580.65
HSL50.77º41.27%24.71%-
HSV(B)50.77º58.43%34.9%-
XYZ7.48.142.93-
YUV78.38104.65135.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=43.00%
G=39.13%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89813700.090.580.6550.7741.2724.71
Hex595125093A41332919
Octal1311214501172101635131
Binary1011001101000110010101001111010100000111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595125; }

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

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

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

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

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

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

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

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