#574E20

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

Shades of Bronze Olive #574E20

Tints of Bronze Olive #574E20

Color information

#574E20 (or 0x574E20) is unknown color: approx Bronze Olive. HEX triplet: 57, 4E and 20. RGB value is (87,78,32). Sum of RGB (Red+Green+Blue) = 87+78+32=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #574E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E20 is #A8B1DF. Grayscale: #4B4B4B. Windows color (decimal): -11055584 or 2117207. OLE color: 2117207.

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

Color convert

RGB877832-
CMYK00.100.630.66
HSL50.18º46.22%23.33%-
HSV(B)50.18º63.22%34.12%-
XYZ6.927.582.46-
YUV75.45103.48136.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=44.16%
G=39.59%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87783200.100.630.6650.1846.2223.33
Hex574E200A3F42322e17
Octal1271164001277102625627
Binary1010111100111010000001010111111100001011001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,78,32); }

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

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

 a { background-color: rgb(87,78,32); }

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

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

 span { border-color: rgb(87,78,32); }

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