#8B6348

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

Shades of Dark Wood #8B6348

Tints of Dark Wood #8B6348

Color information

#8B6348 (or 0x8B6348) is unknown color: approx Dark Wood. HEX triplet: 8B, 63 and 48. RGB value is (139,99,72). Sum of RGB (Red+Green+Blue) = 139+99+72=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6348 is #749CB7. Grayscale: #6C6C6C. Windows color (decimal): -7642296 or 4744075. OLE color: 4744075.

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

Color convert

RGB1399972-
CMYK00.290.480.45
HSL24.18º31.75%41.37%-
HSV(B)24.18º48.2%54.51%-
XYZ16.2814.888.15-
YUV107.88107.75150.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=44.84%
G=31.94%
B=23.23%

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
Decimal139997200.290.480.4524.1831.7541.37
Hex8B634801D302D182029
Octal2131431100356055304051
Binary100010111100011100100001110111000010110111000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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