#574C14

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

Shades of Bronze Olive #574C14

Tints of Bronze Olive #574C14

Color information

#574C14 (or 0x574C14) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 14. RGB value is (87,76,20). Sum of RGB (Red+Green+Blue) = 87+76+20=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C14 is #A8B3EB. Grayscale: #494949. Windows color (decimal): -11056108 or 1330263. OLE color: 1330263.

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

Color convert

RGB877620-
CMYK00.130.770.66
HSL50.15º62.62%20.98%-
HSV(B)50.15º77.01%34.12%-
XYZ6.647.251.71-
YUV72.998.14138.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=47.54%
G=41.53%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87762000.130.770.6650.1562.6220.98
Hex574C140D4D42323f15
Octal12711424015115102627725
Binary1010111100110010100011011001101100001011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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