#8B6848

Color #8B6848 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #8B6848

Tints of Dark Wood #8B6848

Color information

#8B6848 (or 0x8B6848) is unknown color: approx Dark Wood. HEX triplet: 8B, 68 and 48. RGB value is (139,104,72). Sum of RGB (Red+Green+Blue) = 139+104+72=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6848 is #7497B7. Grayscale: #6E6E6E. Windows color (decimal): -7641016 or 4745355. OLE color: 4745355.

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

Color convert

RGB13910472-
CMYK00.250.480.45
HSL28.66º31.75%41.37%-
HSV(B)28.66º48.2%54.51%-
XYZ16.7715.868.31-
YUV110.82106.1148.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=44.13%
G=33.02%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391047200.250.480.4528.6631.7541.37
Hex8B6848019302D1d2029
Octal2131501100316055354051
Binary100010111101000100100001100111000010110111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,72); }

 H1.HeaderClassName
 {
   color: #8B6848;
 }
 .AnyTagClassName
 {
   color: #8B6848;
 }
</style>
background-color css

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

 a { background-color: rgb(139,104,72); }

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

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

 span { border-color: rgb(139,104,72); }

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