#57511B

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

Shades of Bronze Olive #57511B

Tints of Bronze Olive #57511B

Color information

#57511B (or 0x57511B) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 1B. RGB value is (87,81,27). Sum of RGB (Red+Green+Blue) = 87+81+27=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57511B is #A8AEE4. Grayscale: #4C4C4C. Windows color (decimal): -11054821 or 1790295. OLE color: 1790295.

HSL color Cylindrical-coordinate representation of color #57511B: hue angle of 54º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57511B is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB878127-
CMYK00.070.690.66
HSL54º52.63%22.35%-
HSV(B)54º68.97%34.12%-
XYZ7.077.992.21-
YUV76.6499.99135.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=44.62%
G=41.54%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87812700.070.690.665452.6322.35
Hex57511B074542363516
Octal1271213307105102666526
Binary101011110100011101101111000101100001011011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57511B; }

 p { color: rgb(87,81,27); }

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

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

 a { background-color: rgb(87,81,27); }

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

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

 span { border-color: rgb(87,81,27); }

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