#574E12

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

Shades of Bronze Olive #574E12

Tints of Bronze Olive #574E12

Color information

#574E12 (or 0x574E12) is unknown color: approx Bronze Olive. HEX triplet: 57, 4E and 12. RGB value is (87,78,18). Sum of RGB (Red+Green+Blue) = 87+78+18=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E12 is #A8B1ED. Grayscale: #4A4A4A. Windows color (decimal): -11055598 or 1199703. OLE color: 1199703.

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

Color convert

RGB877818-
CMYK00.100.790.66
HSL52.17º65.71%20.59%-
HSV(B)52.17º79.31%34.12%-
XYZ6.767.521.67-
YUV73.8596.48137.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=47.54%
G=42.62%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87781800.100.790.6652.1765.7120.59
Hex574E120A4F42344215
Octal127116220121171026410225
Binary10101111001110100100101010011111000010110100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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