#594712

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

Shades of Bronze Olive #594712

Tints of Bronze Olive #594712

Color information

#594712 (or 0x594712) is unknown color: approx Bronze Olive. HEX triplet: 59, 47 and 12. RGB value is (89,71,18). Sum of RGB (Red+Green+Blue) = 89+71+18=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #594712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594712 is #A6B8ED. Grayscale: #464646. Windows color (decimal): -10926318 or 1197913. OLE color: 1197913.

HSL color Cylindrical-coordinate representation of color #594712: hue angle of 44.79º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #594712 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB897118-
CMYK00.200.800.65
HSL44.79º66.36%20.98%-
HSV(B)44.79º79.78%34.9%-
XYZ6.486.671.52-
YUV70.3498.46141.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=50%
G=39.89%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89711800.200.800.6544.7966.3620.98
Hex59471201450412d4215
Octal131107220241201015510225
Binary101100110001111001001010010100001000001101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594712; }

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

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

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

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

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

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

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

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