#57471C

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

Shades of Bronze Olive #57471C

Tints of Bronze Olive #57471C

Color information

#57471C (or 0x57471C) is unknown color: approx Bronze Olive. HEX triplet: 57, 47 and 1C. RGB value is (87,71,28). Sum of RGB (Red+Green+Blue) = 87+71+28=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57471C is #A8B8E3. Grayscale: #474747. Windows color (decimal): -11057380 or 1853271. OLE color: 1853271.

HSL color Cylindrical-coordinate representation of color #57471C: hue angle of 43.73º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57471C is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB877128-
CMYK00.180.680.66
HSL43.73º51.3%22.55%-
HSV(B)43.73º67.82%34.12%-
XYZ6.396.622.04-
YUV70.88103.8139.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 28 (11.33% from 255) = 15.05%
R=46.77%
G=38.17%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87712800.180.680.6643.7351.322.55
Hex57471C01244422c3317
Octal12710734022104102546327
Binary10101111000111111000100101000100100001010110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57471C; }

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

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

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

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

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

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

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

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