Html Css Color HEX #856B4B Shadow

📋 copy color: '#856B4B'

red 133 ◦ green 107 ◦ blue 75

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

Shades of Shadow #856B4B

Tints of Shadow #856B4B

RGB

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

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

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

R = 42.22%
G = 33.97%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#856B4B (or 0x856B4B) is known color: Shadow. HEX triplet: 85, 6B and 4B. RGB value is (133,107,75). Sum of RGB (Red+Green+Blue) = 133+107+75=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #856B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B4B is #7A94B4. Grayscale: #6F6F6F. Windows color (decimal): -8033461 or 4942725. OLE color: 4942725.

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

Color convert

RGB 133 107 75 -
CMYK 0 0.20 0.44 0.48
HSL 33.1º 0.28% 0.41% -
HSV(B) 33.1º 0.44% 0.52% -
XYZ 16.2 16.01 8.89 -
YUV 111.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 133 107 75 0 0.20 0.44 0.48 33.1 0.28 0.41
Hex 85 6B 4B 0 14 2C 30 21 1C 29
Octal 205 153 113 0 24 54 60 41 34 51
Binary 10000101 1101011 1001011 0 10100 101100 110000 100001 11100 101001

Color Harmonies of #856B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B4B

Black with #856B4B

Text Example


Text Example

White with #856B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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