Html Css Color HEX #857246 Shadow

📋 copy color: '#857246'

red 133 ◦ green 114 ◦ blue 70

#857246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow #857246

Tints of Shadow #857246

RGB

 RED value IS 133 (52.34% from 255) = 41.96%

 GREEN value IS 114 (44.92% from 255) = 35.96%

 BLUE value IS 70 (27.73% from 255) = 22.08%

R = 41.96%
G = 35.96%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#857246 (or 0x857246) is known color: Shadow. HEX triplet: 85, 72 and 46. RGB value is (133,114,70). Sum of RGB (Red+Green+Blue) = 133+114+70=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #857246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857246 is #7A8DB9. Grayscale: #727272. Windows color (decimal): -8031674 or 4616837. OLE color: 4616837.

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

Color convert

RGB 133 114 70 -
CMYK 0 0.14 0.47 0.48
HSL 41.9º 0.31% 0.4% -
HSV(B) 41.9º 0.47% 0.52% -
XYZ 16.8 17.46 8.28 -
YUV 114.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 133 114 70 0 0.14 0.47 0.48 41.9 0.31 0.4
Hex 85 72 46 0 E 2F 30 2A 1F 28
Octal 205 162 106 0 16 57 60 52 37 50
Binary 10000101 1110010 1000110 0 1110 101111 110000 101010 11111 101000

Color Harmonies of #857246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857246

Black with #857246

Text Example


Text Example

White with #857246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857246; }

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

 H1.HeaderClassName
 {
   color: #857246;
 }
 .AnyTagClassName
 {
   color: #857246;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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