Html Css Color HEX #856346 Dark Wood

📋 copy color: '#856346'

red 133 ◦ green 99 ◦ blue 70

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

Shades of Dark Wood #856346

Tints of Dark Wood #856346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 44.04%
G = 32.78%
B = 23.18%

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

#856346 (or 0x856346) is known color: Dark Wood. HEX triplet: 85, 63 and 46. RGB value is (133,99,70). Sum of RGB (Red+Green+Blue) = 133+99+70=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #856346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856346 is #7A9CB9. Grayscale: #6A6A6A. Windows color (decimal): -8035514 or 4612997. OLE color: 4612997.

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

Color convert

RGB 133 99 70 -
CMYK 0 0.26 0.47 0.48
HSL 27.62º 0.31% 0.4% -
HSV(B) 27.62º 0.47% 0.52% -
XYZ 15.24 14.35 7.76 -
YUV 105.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 133 99 70 0 0.26 0.47 0.48 27.62 0.31 0.4
Hex 85 63 46 0 1A 2F 30 1C 1F 28
Octal 205 143 106 0 32 57 60 34 37 50
Binary 10000101 1100011 1000110 0 11010 101111 110000 11100 11111 101000

Color Harmonies of #856346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856346

Black with #856346

Text Example


Text Example

White with #856346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856346; }

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

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

background-color css

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

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

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

border-color css

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

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

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