#57491D

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

Shades of Bronze Olive #57491D

Tints of Bronze Olive #57491D

Color information

#57491D (or 0x57491D) is unknown color: approx Bronze Olive. HEX triplet: 57, 49 and 1D. RGB value is (87,73,29). Sum of RGB (Red+Green+Blue) = 87+73+29=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #57491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57491D is #A8B6E2. Grayscale: #484848. Windows color (decimal): -11056867 or 1919319. OLE color: 1919319.

HSL color Cylindrical-coordinate representation of color #57491D: hue angle of 45.52º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57491D is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB877329-
CMYK00.160.670.66
HSL45.52º50%22.75%-
HSV(B)45.52º66.67%34.12%-
XYZ6.536.882.15-
YUV72.17103.64138.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=46.03%
G=38.62%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87732900.160.670.6645.525022.75
Hex57491D01043422e3217
Octal12711135020103102566227
Binary10101111001001111010100001000011100001010111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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