#574810

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

Shades of Bronze Olive #574810

Tints of Bronze Olive #574810

Color information

#574810 (or 0x574810) is unknown color: approx Bronze Olive. HEX triplet: 57, 48 and 10. RGB value is (87,72,16). Sum of RGB (Red+Green+Blue) = 87+72+16=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574810 is #A8B7EF. Grayscale: #464646. Windows color (decimal): -11057136 or 1067095. OLE color: 1067095.

HSL color Cylindrical-coordinate representation of color #574810: hue angle of 47.32º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #574810 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB877216-
CMYK00.170.820.66
HSL47.32º68.93%20.2%-
HSV(B)47.32º81.61%34.12%-
XYZ6.346.71.45-
YUV70.197.47140.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=49.71%
G=41.14%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87721600.170.820.6647.3268.9320.2
Hex57481001152422f4514
Octal127110200211221025710524
Binary101011110010001000001000110100101000010101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574810; }

 p { color: rgb(87,72,16); }

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

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

 a { background-color: rgb(87,72,16); }

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

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

 span { border-color: rgb(87,72,16); }

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