#8d5f44

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

Shades of Dark Wood #8D5F44

Tints of Dark Wood #8D5F44

Color information

#8D5F44 (or 0x8D5F44) is unknown color: approx Dark Wood. HEX triplet: 8D, 5F and 44. RGB value is (141,95,68). Sum of RGB (Red+Green+Blue) = 141+95+68=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5F44 is #72A0BB. Grayscale: #696969. Windows color (decimal): -7512252 or 4480909. OLE color: 4480909.

HSL color Cylindrical-coordinate representation of color #8D5F44: hue angle of 22.19º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D5F44 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB1419568-
CMYK00.330.520.45
HSL22.19º34.93%40.98%-
HSV(B)22.19º51.77%55.29%-
XYZ16.1214.267.37-
YUV105.68106.74153.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 68 (26.95% from 255) = 22.37%
R=46.38%
G=31.25%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141956800.330.520.4522.1934.9340.98
Hex8D5F44021342D162329
Octal2151371040416455264351
Binary1000110110111111000100010000111010010110110110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d5f44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,95,68); }

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

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

 a { background-color: rgb(141,95,68); }

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

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

 span { border-color: rgb(141,95,68); }

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