#8B5E3D

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

Shades of Dark Wood #8B5E3D

Tints of Dark Wood #8B5E3D

Color information

#8B5E3D (or 0x8B5E3D) is unknown color: approx Dark Wood. HEX triplet: 8B, 5E and 3D. RGB value is (139,94,61). Sum of RGB (Red+Green+Blue) = 139+94+61=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E3D is #74A1C2. Grayscale: #676767. Windows color (decimal): -7643587 or 4021899. OLE color: 4021899.

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

Color convert

RGB1399461-
CMYK00.320.560.45
HSL25.38º39%39.22%-
HSV(B)25.38º56.12%54.51%-
XYZ15.4913.836.27-
YUV103.69103.91153.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=47.28%
G=31.97%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139946100.320.560.4525.383939.22
Hex8B5E3D020382D192727
Octal213136750407055314747
Binary100010111011110111101010000011100010110111001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,94,61); }

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

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

 a { background-color: rgb(139,94,61); }

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

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

 span { border-color: rgb(139,94,61); }

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