#57511D

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

Shades of Bronze Olive #57511D

Tints of Bronze Olive #57511D

Color information

#57511D (or 0x57511D) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 1D. RGB value is (87,81,29). Sum of RGB (Red+Green+Blue) = 87+81+29=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57511D is #A8AEE2. Grayscale: #4D4D4D. Windows color (decimal): -11054819 or 1921367. OLE color: 1921367.

HSL color Cylindrical-coordinate representation of color #57511D: hue angle of 53.79º 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 #57511D is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB878129-
CMYK00.070.670.66
HSL53.79º50%22.75%-
HSV(B)53.79º66.67%34.12%-
XYZ7.0982.33-
YUV76.87100.99135.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 81 (32.03% from 255) = 41.12%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=44.16%
G=41.12%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87812900.070.670.6653.795022.75
Hex57511D074342363217
Octal1271213507103102666227
Binary101011110100011110101111000011100001011011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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