#574D16

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

Shades of Bronze Olive #574D16

Tints of Bronze Olive #574D16

Color information

#574D16 (or 0x574D16) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 16. RGB value is (87,77,22). Sum of RGB (Red+Green+Blue) = 87+77+22=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #574D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D16 is #A8B2E9. Grayscale: #494949. Windows color (decimal): -11055850 or 1461591. OLE color: 1461591.

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

Color convert

RGB877722-
CMYK00.110.750.66
HSL50.77º59.63%21.37%-
HSV(B)50.77º74.71%34.12%-
XYZ6.737.391.83-
YUV73.7298.81137.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 77 (30.47% from 255) = 41.40%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=46.77%
G=41.40%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87772200.110.750.6650.7759.6321.37
Hex574D160B4B42333c15
Octal12711526013113102637425
Binary1010111100110110110010111001011100001011001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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