Html Css Color HEX #856C48 Shadow

📋 copy color: '#856C48'

red 133 ◦ green 108 ◦ blue 72

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

Shades of Shadow #856C48

Tints of Shadow #856C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.5%

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

R = 42.49%
G = 34.5%
B = 23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#856C48 (or 0x856C48) is known color: Shadow. HEX triplet: 85, 6C and 48. RGB value is (133,108,72). Sum of RGB (Red+Green+Blue) = 133+108+72=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #856C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C48 is #7A93B7. Grayscale: #6F6F6F. Windows color (decimal): -8033208 or 4746373. OLE color: 4746373.

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

Color convert

RGB 133 108 72 -
CMYK 0 0.19 0.46 0.48
HSL 35.41º 0.3% 0.4% -
HSV(B) 35.41º 0.46% 0.52% -
XYZ 16.21 16.18 8.4 -
YUV 111.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 133 108 72 0 0.19 0.46 0.48 35.41 0.3 0.4
Hex 85 6C 48 0 13 2E 30 23 1E 28
Octal 205 154 110 0 23 56 60 43 36 50
Binary 10000101 1101100 1001000 0 10011 101110 110000 100011 11110 101000

Color Harmonies of #856C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C48

Black with #856C48

Text Example


Text Example

White with #856C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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