Html Css Color HEX #856046 Dark Wood

📋 copy color: '#856046'

red 133 ◦ green 96 ◦ blue 70

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

Shades of Dark Wood #856046

Tints of Dark Wood #856046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

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

R = 44.48%
G = 32.11%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856046 (or 0x856046) is known color: Dark Wood. HEX triplet: 85, 60 and 46. RGB value is (133,96,70). Sum of RGB (Red+Green+Blue) = 133+96+70=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856046 is #7A9FB9. Grayscale: #686868. Windows color (decimal): -8036282 or 4612229. OLE color: 4612229.

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

Color convert

RGB 133 96 70 -
CMYK 0 0.28 0.47 0.48
HSL 24.76º 0.31% 0.4% -
HSV(B) 24.76º 0.47% 0.52% -
XYZ 14.96 13.79 7.67 -
YUV 104.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 133 96 70 0 0.28 0.47 0.48 24.76 0.31 0.4
Hex 85 60 46 0 1C 2F 30 19 1F 28
Octal 205 140 106 0 34 57 60 31 37 50
Binary 10000101 1100000 1000110 0 11100 101111 110000 11001 11111 101000

Color Harmonies of #856046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856046

Black with #856046

Text Example


Text Example

White with #856046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856046; }

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

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

background-color css

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

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

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

border-color css

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

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

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