Html Css Color HEX #856D4B Shadow

📋 copy color: '#856D4B'

red 133 ◦ green 109 ◦ blue 75

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

Shades of Shadow #856D4B

Tints of Shadow #856D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 41.96%
G = 34.38%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#856D4B (or 0x856D4B) is known color: Shadow. HEX triplet: 85, 6D and 4B. RGB value is (133,109,75). Sum of RGB (Red+Green+Blue) = 133+109+75=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D4B is #7A92B4. Grayscale: #707070. Windows color (decimal): -8032949 or 4943237. OLE color: 4943237.

HSL color Cylindrical-coordinate representation of color #856D4B: hue angle of 35.17º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856D4B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 75 -
CMYK 0 0.18 0.44 0.48
HSL 35.17º 0.28% 0.41% -
HSV(B) 35.17º 0.44% 0.52% -
XYZ 16.41 16.43 8.96 -
YUV 112.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 133 109 75 0 0.18 0.44 0.48 35.17 0.28 0.41
Hex 85 6D 4B 0 12 2C 30 23 1C 29
Octal 205 155 113 0 22 54 60 43 34 51
Binary 10000101 1101101 1001011 0 10010 101100 110000 100011 11100 101001

Color Harmonies of #856D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D4B

Black with #856D4B

Text Example


Text Example

White with #856D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,75); }

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

background-color css

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

 a { background-color: rgb(133,109,75); }

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

border-color css

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

 span { border-color: rgb(133,109,75); }

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