#57511c

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

Shades of Bronze Olive #57511C

Tints of Bronze Olive #57511C

Color information

#57511C (or 0x57511C) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 1C. RGB value is (87,81,28). Sum of RGB (Red+Green+Blue) = 87+81+28=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57511C is #A8AEE3. Grayscale: #4C4C4C. Windows color (decimal): -11054820 or 1855831. OLE color: 1855831.

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

Color convert

RGB878128-
CMYK00.070.680.66
HSL53.9º51.3%22.55%-
HSV(B)53.9º67.82%34.12%-
XYZ7.087.992.27-
YUV76.75100.49135.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=44.39%
G=41.33%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87812800.070.680.6653.951.322.55
Hex57511C074442363317
Octal1271213407104102666327
Binary101011110100011110001111000100100001011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57511c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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