#59500E

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

Shades of Bronze Olive #59500E

Tints of Bronze Olive #59500E

Color information

#59500E (or 0x59500E) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 0E. RGB value is (89,80,14). Sum of RGB (Red+Green+Blue) = 89+80+14=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59500E is #A6AFF1. Grayscale: #4B4B4B. Windows color (decimal): -10924018 or 938073. OLE color: 938073.

HSL color Cylindrical-coordinate representation of color #59500E: hue angle of 52.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59500E is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB898014-
CMYK00.100.840.65
HSL52.8º72.82%20.2%-
HSV(B)52.8º84.27%34.9%-
XYZ7.077.891.57-
YUV75.1793.48137.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 14 (5.86% from 255) = 7.65%
R=48.63%
G=43.72%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89801400.100.840.6552.872.8220.2
Hex5950E0A5441354914
Octal131120160121241016511124
Binary1011001101000011100101010101001000001110101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59500E; }

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

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

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

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

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

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

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

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