Html Css Color HEX #856B48 Shadow

📋 copy color: '#856B48'

red 133 ◦ green 107 ◦ blue 72

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

Shades of Shadow #856B48

Tints of Shadow #856B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

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

R = 42.63%
G = 34.29%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#856B48 (or 0x856B48) is known color: Shadow. HEX triplet: 85, 6B and 48. RGB value is (133,107,72). Sum of RGB (Red+Green+Blue) = 133+107+72=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #856B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B48 is #7A94B7. Grayscale: #6E6E6E. Windows color (decimal): -8033464 or 4746117. OLE color: 4746117.

HSL color Cylindrical-coordinate representation of color #856B48: hue angle of 34.43º 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 #856B48 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 72 -
CMYK 0 0.20 0.46 0.48
HSL 34.43º 0.3% 0.4% -
HSV(B) 34.43º 0.46% 0.52% -
XYZ 16.1 15.97 8.36 -
YUV 110.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 133 107 72 0 0.20 0.46 0.48 34.43 0.3 0.4
Hex 85 6B 48 0 14 2E 30 22 1E 28
Octal 205 153 110 0 24 56 60 42 36 50
Binary 10000101 1101011 1001000 0 10100 101110 110000 100010 11110 101000

Color Harmonies of #856B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B48

Black with #856B48

Text Example


Text Example

White with #856B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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