#574F13

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

Shades of Bronze Olive #574F13

Tints of Bronze Olive #574F13

Color information

#574F13 (or 0x574F13) is unknown color: approx Bronze Olive. HEX triplet: 57, 4F and 13. RGB value is (87,79,19). Sum of RGB (Red+Green+Blue) = 87+79+19=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #574F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F13 is #A8B0EC. Grayscale: #4A4A4A. Windows color (decimal): -11055341 or 1265495. OLE color: 1265495.

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

Color convert

RGB877919-
CMYK00.090.780.66
HSL52.94º64.15%20.78%-
HSV(B)52.94º78.16%34.12%-
XYZ6.847.671.73-
YUV74.5596.65136.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=47.03%
G=42.70%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87791900.090.780.6652.9464.1520.78
Hex574F13094E42354015
Octal127117230111161026510025
Binary10101111001111100110100110011101000010110101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,19); }

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

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

 a { background-color: rgb(87,79,19); }

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

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

 span { border-color: rgb(87,79,19); }

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