#574710

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

Shades of Bronze Olive #574710

Tints of Bronze Olive #574710

Color information

#574710 (or 0x574710) is unknown color: approx Bronze Olive. HEX triplet: 57, 47 and 10. RGB value is (87,71,16). Sum of RGB (Red+Green+Blue) = 87+71+16=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574710 is #A8B8EF. Grayscale: #454545. Windows color (decimal): -11057392 or 1066839. OLE color: 1066839.

HSL color Cylindrical-coordinate representation of color #574710: hue angle of 46.48º 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 #574710 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB877116-
CMYK00.180.820.66
HSL46.48º68.93%20.2%-
HSV(B)46.48º81.61%34.12%-
XYZ6.286.571.43-
YUV69.5197.8140.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=50%
G=40.80%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87711600.180.820.6646.4868.9320.2
Hex57471001252422e4514
Octal127107200221221025610524
Binary101011110001111000001001010100101000010101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574710; }

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

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

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

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

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

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

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

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