#574C11

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

Shades of Bronze Olive #574C11

Tints of Bronze Olive #574C11

Color information

#574C11 (or 0x574C11) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 11. RGB value is (87,76,17). Sum of RGB (Red+Green+Blue) = 87+76+17=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #574C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C11 is #A8B3EE. Grayscale: #484848. Windows color (decimal): -11056111 or 1133655. OLE color: 1133655.

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

Color convert

RGB877617-
CMYK00.130.800.66
HSL50.57º67.31%20.39%-
HSV(B)50.57º80.46%34.12%-
XYZ6.627.241.58-
YUV72.5696.64138.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 76 (30.08% from 255) = 42.22%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=48.33%
G=42.22%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87761700.130.800.6650.5767.3120.39
Hex574C110D5042334314
Octal127114210151201026310324
Binary10101111001100100010110110100001000010110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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