#57491C

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

Shades of Bronze Olive #57491C

Tints of Bronze Olive #57491C

Color information

#57491C (or 0x57491C) is unknown color: approx Bronze Olive. HEX triplet: 57, 49 and 1C. RGB value is (87,73,28). Sum of RGB (Red+Green+Blue) = 87+73+28=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #57491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57491C is #A8B6E3. Grayscale: #484848. Windows color (decimal): -11056868 or 1853783. OLE color: 1853783.

HSL color Cylindrical-coordinate representation of color #57491C: hue angle of 45.76º 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 #57491C is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB877328-
CMYK00.160.680.66
HSL45.76º51.3%22.55%-
HSV(B)45.76º67.82%34.12%-
XYZ6.526.882.08-
YUV72.06103.14138.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=46.28%
G=38.83%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87732800.160.680.6645.7651.322.55
Hex57491C01044422e3317
Octal12711134020104102566327
Binary10101111001001111000100001000100100001010111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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