#8B5F41

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

Shades of Dark Wood #8B5F41

Tints of Dark Wood #8B5F41

Color information

#8B5F41 (or 0x8B5F41) is unknown color: approx Dark Wood. HEX triplet: 8B, 5F and 41. RGB value is (139,95,65). Sum of RGB (Red+Green+Blue) = 139+95+65=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5F41 is #74A0BE. Grayscale: #686868. Windows color (decimal): -7643327 or 4284299. OLE color: 4284299.

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

Color convert

RGB1399565-
CMYK00.320.530.45
HSL24.32º36.27%40%-
HSV(B)24.32º53.24%54.51%-
XYZ15.6914.066.89-
YUV104.74105.58152.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=46.49%
G=31.77%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139956500.320.530.4524.3236.2740
Hex8B5F41020352D182428
Octal2131371010406555304450
Binary1000101110111111000001010000011010110110111000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,95,65); }

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

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

 a { background-color: rgb(139,95,65); }

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

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

 span { border-color: rgb(139,95,65); }

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