#574D14

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

Shades of Bronze Olive #574D14

Tints of Bronze Olive #574D14

Color information

#574D14 (or 0x574D14) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 14. RGB value is (87,77,20). Sum of RGB (Red+Green+Blue) = 87+77+20=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #574D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D14 is #A8B2EB. Grayscale: #494949. Windows color (decimal): -11055852 or 1330519. OLE color: 1330519.

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

Color convert

RGB877720-
CMYK00.110.770.66
HSL51.04º62.62%20.98%-
HSV(B)51.04º77.01%34.12%-
XYZ6.717.381.73-
YUV73.4997.81137.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=47.28%
G=41.85%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87772000.110.770.6651.0462.6220.98
Hex574D140B4D42333f15
Octal12711524013115102637725
Binary1010111100110110100010111001101100001011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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