#59530D

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

Shades of Bronze Olive #59530D

Tints of Bronze Olive #59530D

Color information

#59530D (or 0x59530D) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 0D. RGB value is (89,83,13). Sum of RGB (Red+Green+Blue) = 89+83+13=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59530D is #A6ACF2. Grayscale: #4D4D4D. Windows color (decimal): -10923251 or 873305. OLE color: 873305.

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

Color convert

RGB898313-
CMYK00.070.850.65
HSL55.26º74.51%20%-
HSV(B)55.26º85.39%34.9%-
XYZ7.298.341.61-
YUV76.8191.99136.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=48.11%
G=44.86%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89831300.070.850.6555.2674.5120
Hex5953D075541374b14
Octal13112315071251016711324
Binary101100110100111101011110101011000001110111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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