Html Css Color HEX #856F48 Shadow

📋 copy color: '#856F48'

red 133 ◦ green 111 ◦ blue 72

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

Shades of Shadow #856F48

Tints of Shadow #856F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 42.09%
G = 35.13%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#856F48 (or 0x856F48) is known color: Shadow. HEX triplet: 85, 6F and 48. RGB value is (133,111,72). Sum of RGB (Red+Green+Blue) = 133+111+72=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #856F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F48 is #7A90B7. Grayscale: #717171. Windows color (decimal): -8032440 or 4747141. OLE color: 4747141.

HSL color Cylindrical-coordinate representation of color #856F48: hue angle of 38.36º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #856F48 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 72 -
CMYK 0 0.17 0.46 0.48
HSL 38.36º 0.3% 0.4% -
HSV(B) 38.36º 0.46% 0.52% -
XYZ 16.53 16.82 8.51 -
YUV 113.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 133 111 72 0 0.17 0.46 0.48 38.36 0.3 0.4
Hex 85 6F 48 0 11 2E 30 26 1E 28
Octal 205 157 110 0 21 56 60 46 36 50
Binary 10000101 1101111 1001000 0 10001 101110 110000 100110 11110 101000

Color Harmonies of #856F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F48

Black with #856F48

Text Example


Text Example

White with #856F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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