#8B6748

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

Shades of Dark Wood #8B6748

Tints of Dark Wood #8B6748

Color information

#8B6748 (or 0x8B6748) is unknown color: approx Dark Wood. HEX triplet: 8B, 67 and 48. RGB value is (139,103,72). Sum of RGB (Red+Green+Blue) = 139+103+72=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6748 is #7498B7. Grayscale: #6E6E6E. Windows color (decimal): -7641272 or 4745099. OLE color: 4745099.

HSL color Cylindrical-coordinate representation of color #8B6748: hue angle of 27.76º 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 #8B6748 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB13910372-
CMYK00.260.480.45
HSL27.76º31.75%41.37%-
HSV(B)27.76º48.2%54.51%-
XYZ16.6715.668.27-
YUV110.23106.43148.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=44.27%
G=32.80%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391037200.260.480.4527.7631.7541.37
Hex8B674801A302D1c2029
Octal2131471100326055344051
Binary100010111100111100100001101011000010110111100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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