Html Css Color HEX #856446 Dark Wood

📋 copy color: '#856446'

red 133 ◦ green 100 ◦ blue 70

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

Shades of Dark Wood #856446

Tints of Dark Wood #856446

RGB

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

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

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

R = 43.89%
G = 33%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856446 (or 0x856446) is known color: Dark Wood. HEX triplet: 85, 64 and 46. RGB value is (133,100,70). Sum of RGB (Red+Green+Blue) = 133+100+70=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856446 is #7A9BB9. Grayscale: #6A6A6A. Windows color (decimal): -8035258 or 4613253. OLE color: 4613253.

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

Color convert

RGB 133 100 70 -
CMYK 0 0.25 0.47 0.48
HSL 28.57º 0.31% 0.4% -
HSV(B) 28.57º 0.47% 0.52% -
XYZ 15.34 14.54 7.79 -
YUV 106.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 133 100 70 0 0.25 0.47 0.48 28.57 0.31 0.4
Hex 85 64 46 0 19 2F 30 1D 1F 28
Octal 205 144 106 0 31 57 60 35 37 50
Binary 10000101 1100100 1000110 0 11001 101111 110000 11101 11111 101000

Color Harmonies of #856446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856446

Black with #856446

Text Example


Text Example

White with #856446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856446; }

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

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

background-color css

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

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

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

border-color css

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

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

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