#574D11

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

Shades of Bronze Olive #574D11

Tints of Bronze Olive #574D11

Color information

#574D11 (or 0x574D11) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 11. RGB value is (87,77,17). Sum of RGB (Red+Green+Blue) = 87+77+17=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #574D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D11 is #A8B2EE. Grayscale: #494949. Windows color (decimal): -11055855 or 1133911. OLE color: 1133911.

HSL color Cylindrical-coordinate representation of color #574D11: hue angle of 51.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #574D11 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB877717-
CMYK00.110.800.66
HSL51.43º67.31%20.39%-
HSV(B)51.43º80.46%34.12%-
XYZ6.697.371.6-
YUV73.1596.31137.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=48.07%
G=42.54%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87771700.110.800.6651.4367.3120.39
Hex574D110B5042334314
Octal127115210131201026310324
Binary10101111001101100010101110100001000010110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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