#59471A

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

Shades of Bronze Olive #59471A

Tints of Bronze Olive #59471A

Color information

#59471A (or 0x59471A) is unknown color: approx Bronze Olive. HEX triplet: 59, 47 and 1A. RGB value is (89,71,26). Sum of RGB (Red+Green+Blue) = 89+71+26=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59471A is #A6B8E5. Grayscale: #474747. Windows color (decimal): -10926310 or 1722201. OLE color: 1722201.

HSL color Cylindrical-coordinate representation of color #59471A: hue angle of 42.86º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59471A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB897126-
CMYK00.200.710.65
HSL42.86º54.78%22.55%-
HSV(B)42.86º70.79%34.9%-
XYZ6.566.71.93-
YUV71.25102.46140.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=47.85%
G=38.17%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89712600.200.710.6542.8654.7822.55
Hex59471A01447412b3717
Octal13110732024107101536727
Binary10110011000111110100101001000111100000110101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59471A; }

 p { color: rgb(89,71,26); }

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

<style>
 a { background-color: #59471A; }

 a { background-color: rgb(89,71,26); }

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

<style>
 span { border-color: #59471A; }

 span { border-color: rgb(89,71,26); }

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