#59501A

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

Shades of Bronze Olive #59501A

Tints of Bronze Olive #59501A

Color information

#59501A (or 0x59501A) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 1A. RGB value is (89,80,26). Sum of RGB (Red+Green+Blue) = 89+80+26=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #59501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59501A is #A6AFE5. Grayscale: #4C4C4C. Windows color (decimal): -10924006 or 1724505. OLE color: 1724505.

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

Color convert

RGB898026-
CMYK00.100.710.65
HSL51.43º54.78%22.55%-
HSV(B)51.43º70.79%34.9%-
XYZ7.177.942.13-
YUV76.5499.48136.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=45.64%
G=41.03%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89802600.100.710.6551.4354.7822.55
Hex59501A0A4741333717
Octal13112032012107101636727
Binary1011001101000011010010101000111100000111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59501A; }

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

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

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

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

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

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

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

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