Html Css Color HEX #856444 Dark Wood

📋 copy color: '#856444'

red 133 ◦ green 100 ◦ blue 68

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

Shades of Dark Wood #856444

Tints of Dark Wood #856444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 44.19%
G = 33.22%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#856444 (or 0x856444) is known color: Dark Wood. HEX triplet: 85, 64 and 44. RGB value is (133,100,68). Sum of RGB (Red+Green+Blue) = 133+100+68=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856444 is #7A9BBB. Grayscale: #6A6A6A. Windows color (decimal): -8035260 or 4482181. OLE color: 4482181.

HSL color Cylindrical-coordinate representation of color #856444: hue angle of 29.54º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #856444 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 68 -
CMYK 0 0.25 0.49 0.48
HSL 29.54º 0.32% 0.39% -
HSV(B) 29.54º 0.49% 0.52% -
XYZ 15.27 14.52 7.47 -
YUV 106.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 133 100 68 0 0.25 0.49 0.48 29.54 0.32 0.39
Hex 85 64 44 0 19 31 30 1E 20 27
Octal 205 144 104 0 31 61 60 36 40 47
Binary 10000101 1100100 1000100 0 11001 110001 110000 11110 100000 100111

Color Harmonies of #856444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856444

Black with #856444

Text Example


Text Example

White with #856444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856444; }

 p { color: rgb(133,100,68); }

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

background-color css

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

 a { background-color: rgb(133,100,68); }

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

border-color css

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

 span { border-color: rgb(133,100,68); }

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