#59480C

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

Shades of Bronze Olive #59480C

Tints of Bronze Olive #59480C

Color information

#59480C (or 0x59480C) is unknown color: approx Bronze Olive. HEX triplet: 59, 48 and 0C. RGB value is (89,72,12). Sum of RGB (Red+Green+Blue) = 89+72+12=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59480C is #A6B7F3. Grayscale: #464646. Windows color (decimal): -10926068 or 804953. OLE color: 804953.

HSL color Cylindrical-coordinate representation of color #59480C: hue angle of 46.75º 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 #59480C is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB897212-
CMYK00.190.870.65
HSL46.75º76.24%19.8%-
HSV(B)46.75º86.52%34.9%-
XYZ6.56.791.31-
YUV70.2495.13141.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=51.45%
G=41.62%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89721200.190.870.6546.7576.2419.8
Hex5948C01357412f4c14
Octal131110140231271015711424
Binary10110011001000110001001110101111000001101111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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