Html Css Color HEX #8B6947 Dark Wood

📋 copy color: '#8B6947'

red 139 ◦ green 105 ◦ blue 71

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

Shades of Dark Wood #8B6947

Tints of Dark Wood #8B6947

RGB

 RED value IS 139 (54.69% from 255) = 44.13%

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 44.13%
G = 33.33%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8B6947 (or 0x8B6947) is known color: Dark Wood. HEX triplet: 8B, 69 and 47. RGB value is (139,105,71). Sum of RGB (Red+Green+Blue) = 139+105+71=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6947 is #7496B8. Grayscale: #6F6F6F. Windows color (decimal): -7640761 or 4680075. OLE color: 4680075.

HSL color Cylindrical-coordinate representation of color #8B6947: hue angle of 30º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B6947 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 105 71 -
CMYK 0 0.24 0.49 0.45
HSL 30º 0.32% 0.41% -
HSV(B) 30º 0.49% 0.55% -
XYZ 16.84 16.05 8.17 -
YUV 111.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 139 105 71 0 0.24 0.49 0.45 30 0.32 0.41
Hex 8B 69 47 0 18 31 2D 1E 20 29
Octal 213 151 107 0 30 61 55 36 40 51
Binary 10001011 1101001 1000111 0 11000 110001 101101 11110 100000 101001

Color Harmonies of #8B6947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6947

Black with #8B6947

Text Example


Text Example

White with #8B6947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,105,71); }

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

background-color css

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

 a { background-color: rgb(139,105,71); }

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

border-color css

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

 span { border-color: rgb(139,105,71); }

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