#59530C

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

Shades of Bronze Olive #59530C

Tints of Bronze Olive #59530C

Color information

#59530C (or 0x59530C) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 0C. RGB value is (89,83,12). Sum of RGB (Red+Green+Blue) = 89+83+12=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59530C is #A6ACF3. Grayscale: #4C4C4C. Windows color (decimal): -10923252 or 807769. OLE color: 807769.

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

Color convert

RGB898312-
CMYK00.070.870.65
HSL55.32º76.24%19.8%-
HSV(B)55.32º86.52%34.9%-
XYZ7.288.341.57-
YUV76.791.49136.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=48.37%
G=45.11%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89831200.070.870.6555.3276.2419.8
Hex5953C075741374c14
Octal13112314071271016711424
Binary101100110100111100011110101111000001110111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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