#59501D

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

Shades of Bronze Olive #59501D

Tints of Bronze Olive #59501D

Color information

#59501D (or 0x59501D) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 1D. RGB value is (89,80,29). Sum of RGB (Red+Green+Blue) = 89+80+29=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59501D is #A6AFE2. Grayscale: #4D4D4D. Windows color (decimal): -10924003 or 1921113. OLE color: 1921113.

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

Color convert

RGB898029-
CMYK00.100.670.65
HSL51º50.85%23.14%-
HSV(B)51º67.42%34.9%-
XYZ7.217.952.32-
YUV76.88100.98136.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=44.95%
G=40.40%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89802900.100.670.655150.8523.14
Hex59501D0A4341333317
Octal13112035012103101636327
Binary1011001101000011101010101000011100000111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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