#59530f

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

Shades of Bronze Olive #59530F

Tints of Bronze Olive #59530F

Color information

#59530F (or 0x59530F) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 0F. RGB value is (89,83,15). Sum of RGB (Red+Green+Blue) = 89+83+15=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59530F is #A6ACF0. Grayscale: #4D4D4D. Windows color (decimal): -10923249 or 1004377. OLE color: 1004377.

HSL color Cylindrical-coordinate representation of color #59530F: hue angle of 55.14º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59530F is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB898315-
CMYK00.070.830.65
HSL55.14º71.15%20.39%-
HSV(B)55.14º83.15%34.9%-
XYZ7.38.341.68-
YUV77.0492.99136.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=47.59%
G=44.39%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89831500.070.830.6555.1471.1520.39
Hex5953F075341374714
Octal13112317071231016710724
Binary101100110100111111011110100111000001110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59530f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59530f; }

 p { color: rgb(89,83,15); }

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

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

 a { background-color: rgb(89,83,15); }

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

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

 span { border-color: rgb(89,83,15); }

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