#857254

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

Shades of Shadow #857254

Tints of Shadow #857254

Color information

#857254 (or 0x857254) is unknown color: approx Shadow. HEX triplet: 85, 72 and 54. RGB value is (133,114,84). Sum of RGB (Red+Green+Blue) = 133+114+84=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #857254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857254 is #7A8DAB. Grayscale: #747474. Windows color (decimal): -8031660 or 5534341. OLE color: 5534341.

HSL color Cylindrical-coordinate representation of color #857254: hue angle of 36.73º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #857254 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB13311484-
CMYK00.140.370.48
HSL36.73º22.58%42.55%-
HSV(B)36.73º36.84%52.16%-
XYZ17.2917.6610.89-
YUV116.26109.79139.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=40.18%
G=34.44%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331148400.140.370.4836.7322.5842.55
Hex8572540E253025172b
Octal2051621240164560452753
Binary10000101111001010101000111010010111000010010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857254; }

 p { color: rgb(133,114,84); }

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

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

 a { background-color: rgb(133,114,84); }

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

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

 span { border-color: rgb(133,114,84); }

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