#574A16

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

Shades of Bronze Olive #574A16

Tints of Bronze Olive #574A16

Color information

#574A16 (or 0x574A16) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 16. RGB value is (87,74,22). Sum of RGB (Red+Green+Blue) = 87+74+22=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A16 is #A8B5E9. Grayscale: #484848. Windows color (decimal): -11056618 or 1460823. OLE color: 1460823.

HSL color Cylindrical-coordinate representation of color #574A16: hue angle of 48º 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 #574A16 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB877422-
CMYK00.150.750.66
HSL48º59.63%21.37%-
HSV(B)48º74.71%34.12%-
XYZ6.526.981.76-
YUV71.9699.81138.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=47.54%
G=40.44%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87742200.150.750.664859.6321.37
Hex574A160F4B42303c15
Octal12711226017113102607425
Binary1010111100101010110011111001011100001011000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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