#59480B

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

Shades of Bronze Olive #59480B

Tints of Bronze Olive #59480B

Color information

#59480B (or 0x59480B) is unknown color: approx Bronze Olive. HEX triplet: 59, 48 and 0B. RGB value is (89,72,11). Sum of RGB (Red+Green+Blue) = 89+72+11=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59480B is #A6B7F4. Grayscale: #464646. Windows color (decimal): -10926069 or 739417. OLE color: 739417.

HSL color Cylindrical-coordinate representation of color #59480B: hue angle of 46.92º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59480B is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB897211-
CMYK00.190.880.65
HSL46.92º78%19.61%-
HSV(B)46.92º87.64%34.9%-
XYZ6.56.781.28-
YUV70.1394.63141.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=51.74%
G=41.86%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89721100.190.880.6546.927819.61
Hex5948B01358412f4e14
Octal131110130231301015711624
Binary10110011001000101101001110110001000001101111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59480B; }

 p { color: rgb(89,72,11); }

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

<style>
 a { background-color: #59480B; }

 a { background-color: rgb(89,72,11); }

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

<style>
 span { border-color: #59480B; }

 span { border-color: rgb(89,72,11); }

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