#574F12

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

Shades of Bronze Olive #574F12

Tints of Bronze Olive #574F12

Color information

#574F12 (or 0x574F12) is unknown color: approx Bronze Olive. HEX triplet: 57, 4F and 12. RGB value is (87,79,18). Sum of RGB (Red+Green+Blue) = 87+79+18=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #574F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F12 is #A8B0ED. Grayscale: #4A4A4A. Windows color (decimal): -11055342 or 1199959. OLE color: 1199959.

HSL color Cylindrical-coordinate representation of color #574F12: hue angle of 53.04º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #574F12 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB877918-
CMYK00.090.790.66
HSL53.04º65.71%20.59%-
HSV(B)53.04º79.31%34.12%-
XYZ6.847.661.69-
YUV74.4496.15136.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=47.28%
G=42.93%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87791800.090.790.6653.0465.7120.59
Hex574F12094F42354215
Octal127117220111171026510225
Binary10101111001111100100100110011111000010110101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574F12; }

 p { color: rgb(87,79,18); }

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

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

 a { background-color: rgb(87,79,18); }

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

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

 span { border-color: rgb(87,79,18); }

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