Html Css Color HEX #856246 Dark Wood

📋 copy color: '#856246'

red 133 ◦ green 98 ◦ blue 70

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

Shades of Dark Wood #856246

Tints of Dark Wood #856246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 44.19%
G = 32.56%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856246 (or 0x856246) is known color: Dark Wood. HEX triplet: 85, 62 and 46. RGB value is (133,98,70). Sum of RGB (Red+Green+Blue) = 133+98+70=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856246 is #7A9DB9. Grayscale: #696969. Windows color (decimal): -8035770 or 4612741. OLE color: 4612741.

HSL color Cylindrical-coordinate representation of color #856246: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856246 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 70 -
CMYK 0 0.26 0.47 0.48
HSL 26.67º 0.31% 0.4% -
HSV(B) 26.67º 0.47% 0.52% -
XYZ 15.15 14.16 7.73 -
YUV 105.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 133 98 70 0 0.26 0.47 0.48 26.67 0.31 0.4
Hex 85 62 46 0 1A 2F 30 1B 1F 28
Octal 205 142 106 0 32 57 60 33 37 50
Binary 10000101 1100010 1000110 0 11010 101111 110000 11011 11111 101000

Color Harmonies of #856246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856246

Black with #856246

Text Example


Text Example

White with #856246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856246; }

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

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

background-color css

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

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

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

border-color css

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

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

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