Html Css Color HEX #856D41 Shadow

📋 copy color: '#856D41'

red 133 ◦ green 109 ◦ blue 65

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

Shades of Shadow #856D41

Tints of Shadow #856D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 43.32%
G = 35.5%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#856D41 (or 0x856D41) is known color: Shadow. HEX triplet: 85, 6D and 41. RGB value is (133,109,65). Sum of RGB (Red+Green+Blue) = 133+109+65=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #856D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D41 is #7A92BE. Grayscale: #6F6F6F. Windows color (decimal): -8032959 or 4287877. OLE color: 4287877.

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

Color convert

RGB 133 109 65 -
CMYK 0 0.18 0.51 0.48
HSL 38.82º 0.34% 0.39% -
HSV(B) 38.82º 0.51% 0.52% -
XYZ 16.1 16.31 7.3 -
YUV 111.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 133 109 65 0 0.18 0.51 0.48 38.82 0.34 0.39
Hex 85 6D 41 0 12 33 30 27 22 27
Octal 205 155 101 0 22 63 60 47 42 47
Binary 10000101 1101101 1000001 0 10010 110011 110000 100111 100010 100111

Color Harmonies of #856D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D41

Black with #856D41

Text Example


Text Example

White with #856D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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