#8B6248

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

Shades of Dark Wood #8B6248

Tints of Dark Wood #8B6248

Color information

#8B6248 (or 0x8B6248) is unknown color: approx Dark Wood. HEX triplet: 8B, 62 and 48. RGB value is (139,98,72). Sum of RGB (Red+Green+Blue) = 139+98+72=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6248 is #749DB7. Grayscale: #6B6B6B. Windows color (decimal): -7642552 or 4743819. OLE color: 4743819.

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

Color convert

RGB1399872-
CMYK00.290.480.45
HSL23.28º31.75%41.37%-
HSV(B)23.28º48.2%54.51%-
XYZ16.1814.698.11-
YUV107.29108.08150.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=44.98%
G=31.72%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139987200.290.480.4523.2831.7541.37
Hex8B624801D302D172029
Octal2131421100356055274051
Binary100010111100010100100001110111000010110110111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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