#857151

Color #857151 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #857151

Tints of Shadow #857151

Color information

#857151 (or 0x857151) is unknown color: approx Shadow. HEX triplet: 85, 71 and 51. RGB value is (133,113,81). Sum of RGB (Red+Green+Blue) = 133+113+81=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #857151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857151 is #7A8EAE. Grayscale: #737373. Windows color (decimal): -8031919 or 5337477. OLE color: 5337477.

HSL color Cylindrical-coordinate representation of color #857151: hue angle of 36.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857151 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB13311381-
CMYK00.150.390.48
HSL36.92º24.3%41.96%-
HSV(B)36.92º39.1%52.16%-
XYZ17.0617.3910.24-
YUV115.33108.63140.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=40.67%
G=34.56%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331138100.150.390.4836.9224.341.96
Hex8571510F273025182a
Octal2051611210174760453052
Binary10000101111000110100010111110011111000010010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857151; }

 p { color: rgb(133,113,81); }

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

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

 a { background-color: rgb(133,113,81); }

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

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

 span { border-color: rgb(133,113,81); }

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