Html Css Color HEX #8D6847 Dark Wood

📋 copy color: '#8D6847'

red 141 ◦ green 104 ◦ blue 71

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

Shades of Dark Wood #8D6847

Tints of Dark Wood #8D6847

RGB

 RED value IS 141 (55.47% from 255) = 44.62%

 GREEN value IS 104 (41.02% from 255) = 32.91%

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 44.62%
G = 32.91%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8D6847 (or 0x8D6847) is known color: Dark Wood. HEX triplet: 8D, 68 and 47. RGB value is (141,104,71). Sum of RGB (Red+Green+Blue) = 141+104+71=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6847 is #7297B8. Grayscale: #6F6F6F. Windows color (decimal): -7509945 or 4679821. OLE color: 4679821.

HSL color Cylindrical-coordinate representation of color #8D6847: hue angle of 28.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6847 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 104 71 -
CMYK 0 0.26 0.50 0.45
HSL 28.29º 0.33% 0.42% -
HSV(B) 28.29º 0.5% 0.55% -
XYZ 17.07 16.02 8.15 -
YUV 111.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 141 104 71 0 0.26 0.50 0.45 28.29 0.33 0.42
Hex 8D 68 47 0 1A 32 2D 1C 21 2A
Octal 215 150 107 0 32 62 55 34 41 52
Binary 10001101 1101000 1000111 0 11010 110010 101101 11100 100001 101010

Color Harmonies of #8D6847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6847

Black with #8D6847

Text Example


Text Example

White with #8D6847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D6847; }

 p { color: rgb(141,104,71); }

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

background-color css

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

 a { background-color: rgb(141,104,71); }

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

border-color css

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

 span { border-color: rgb(141,104,71); }

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