Html Css Color HEX #856244 Dark Wood

📋 copy color: '#856244'

red 133 ◦ green 98 ◦ blue 68

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

Shades of Dark Wood #856244

Tints of Dark Wood #856244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

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

R = 44.48%
G = 32.78%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#856244 (or 0x856244) is known color: Dark Wood. HEX triplet: 85, 62 and 44. RGB value is (133,98,68). Sum of RGB (Red+Green+Blue) = 133+98+68=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856244 is #7A9DBB. Grayscale: #696969. Windows color (decimal): -8035772 or 4481669. OLE color: 4481669.

HSL color Cylindrical-coordinate representation of color #856244: hue angle of 27.69º 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 #856244 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 68 -
CMYK 0 0.26 0.49 0.48
HSL 27.69º 0.32% 0.39% -
HSV(B) 27.69º 0.49% 0.52% -
XYZ 15.08 14.14 7.4 -
YUV 105.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 133 98 68 0 0.26 0.49 0.48 27.69 0.32 0.39
Hex 85 62 44 0 1A 31 30 1C 20 27
Octal 205 142 104 0 32 61 60 34 40 47
Binary 10000101 1100010 1000100 0 11010 110001 110000 11100 100000 100111

Color Harmonies of #856244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856244

Black with #856244

Text Example


Text Example

White with #856244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856244; }

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

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

background-color css

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

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

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

border-color css

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

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

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