Html Css Color HEX #856F42 Shadow

📋 copy color: '#856F42'

red 133 ◦ green 111 ◦ blue 66

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

Shades of Shadow #856F42

Tints of Shadow #856F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 42.9%
G = 35.81%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856F42 (or 0x856F42) is known color: Shadow. HEX triplet: 85, 6F and 42. RGB value is (133,111,66). Sum of RGB (Red+Green+Blue) = 133+111+66=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #856F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F42 is #7A90BD. Grayscale: #707070. Windows color (decimal): -8032446 or 4353925. OLE color: 4353925.

HSL color Cylindrical-coordinate representation of color #856F42: hue angle of 40.3º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856F42 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 66 -
CMYK 0 0.17 0.50 0.48
HSL 40.3º 0.34% 0.39% -
HSV(B) 40.3º 0.5% 0.52% -
XYZ 16.34 16.75 7.53 -
YUV 112.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 133 111 66 0 0.17 0.50 0.48 40.3 0.34 0.39
Hex 85 6F 42 0 11 32 30 28 22 27
Octal 205 157 102 0 21 62 60 50 42 47
Binary 10000101 1101111 1000010 0 10001 110010 110000 101000 100010 100111

Color Harmonies of #856F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F42

Black with #856F42

Text Example


Text Example

White with #856F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856F42; }

 p { color: rgb(133,111,66); }

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

background-color css

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

 a { background-color: rgb(133,111,66); }

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

border-color css

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

 span { border-color: rgb(133,111,66); }

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