#595025

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

Shades of Bronze Olive #595025

Tints of Bronze Olive #595025

Color information

#595025 (or 0x595025) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 25. RGB value is (89,80,37). Sum of RGB (Red+Green+Blue) = 89+80+37=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #595025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595025 is #A6AFDA. Grayscale: #4D4D4D. Windows color (decimal): -10923995 or 2445401. OLE color: 2445401.

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

Color convert

RGB898037-
CMYK00.100.580.65
HSL49.62º41.27%24.71%-
HSV(B)49.62º58.43%34.9%-
XYZ7.327.992.91-
YUV77.79104.98136-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=43.20%
G=38.83%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89803700.100.580.6549.6241.2724.71
Hex5950250A3A41322919
Octal1311204501272101625131
Binary1011001101000010010101010111010100000111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595025; }

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

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

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

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

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

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

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

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