#574D13

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

Shades of Bronze Olive #574D13

Tints of Bronze Olive #574D13

Color information

#574D13 (or 0x574D13) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 13. RGB value is (87,77,19). Sum of RGB (Red+Green+Blue) = 87+77+19=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D13 is #A8B2EC. Grayscale: #494949. Windows color (decimal): -11055853 or 1264983. OLE color: 1264983.

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

Color convert

RGB877719-
CMYK00.110.780.66
HSL51.18º64.15%20.78%-
HSV(B)51.18º78.16%34.12%-
XYZ6.77.381.69-
YUV73.3897.31137.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=47.54%
G=42.08%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87771900.110.780.6651.1864.1520.78
Hex574D130B4E42334015
Octal127115230131161026310025
Binary10101111001101100110101110011101000010110011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,77,19); }

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

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

 a { background-color: rgb(87,77,19); }

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

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

 span { border-color: rgb(87,77,19); }

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