#57470F

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

Shades of Bronze Olive #57470F

Tints of Bronze Olive #57470F

Color information

#57470F (or 0x57470F) is unknown color: approx Bronze Olive. HEX triplet: 57, 47 and 0F. RGB value is (87,71,15). Sum of RGB (Red+Green+Blue) = 87+71+15=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #57470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57470F is #A8B8F0. Grayscale: #454545. Windows color (decimal): -11057393 or 1001303. OLE color: 1001303.

HSL color Cylindrical-coordinate representation of color #57470F: hue angle of 46.67º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57470F is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB877115-
CMYK00.180.830.66
HSL46.67º70.59%20%-
HSV(B)46.67º82.76%34.12%-
XYZ6.276.571.39-
YUV69.497.3140.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 15 (6.25% from 255) = 8.67%
R=50.29%
G=41.04%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87711500.180.830.6646.6770.5920
Hex5747F01253422f4714
Octal127107170221231025710724
Binary10101111000111111101001010100111000010101111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57470F; }

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

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

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

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

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

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

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

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