#574E14

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

Shades of Bronze Olive #574E14

Tints of Bronze Olive #574E14

Color information

#574E14 (or 0x574E14) is unknown color: approx Bronze Olive. HEX triplet: 57, 4E and 14. RGB value is (87,78,20). Sum of RGB (Red+Green+Blue) = 87+78+20=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #574E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E14 is #A8B1EB. Grayscale: #4A4A4A. Windows color (decimal): -11055596 or 1330775. OLE color: 1330775.

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

Color convert

RGB877820-
CMYK00.100.770.66
HSL51.94º62.62%20.98%-
HSV(B)51.94º77.01%34.12%-
XYZ6.787.531.76-
YUV74.0897.48137.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 78 (30.86% from 255) = 42.16%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=47.03%
G=42.16%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87782000.100.770.6651.9462.6220.98
Hex574E140A4D42343f15
Octal12711624012115102647725
Binary1010111100111010100010101001101100001011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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