Html Css Color HEX #856048 Dark Wood

📋 copy color: '#856048'

red 133 ◦ green 96 ◦ blue 72

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

Shades of Dark Wood #856048

Tints of Dark Wood #856048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 44.19%
G = 31.89%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#856048 (or 0x856048) is known color: Dark Wood. HEX triplet: 85, 60 and 48. RGB value is (133,96,72). Sum of RGB (Red+Green+Blue) = 133+96+72=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856048 is #7A9FB7. Grayscale: #686868. Windows color (decimal): -8036280 or 4743301. OLE color: 4743301.

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

Color convert

RGB 133 96 72 -
CMYK 0 0.28 0.46 0.48
HSL 23.61º 0.3% 0.4% -
HSV(B) 23.61º 0.46% 0.52% -
XYZ 15.03 13.82 8.01 -
YUV 104.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 133 96 72 0 0.28 0.46 0.48 23.61 0.3 0.4
Hex 85 60 48 0 1C 2E 30 18 1E 28
Octal 205 140 110 0 34 56 60 30 36 50
Binary 10000101 1100000 1001000 0 11100 101110 110000 11000 11110 101000

Color Harmonies of #856048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856048

Black with #856048

Text Example


Text Example

White with #856048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856048; }

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

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

background-color css

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

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

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

border-color css

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

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

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