#8D675D

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

Shades of Dark Chestnut #8D675D

Tints of Dark Chestnut #8D675D

Color information

#8D675D (or 0x8D675D) is unknown color: approx Dark Chestnut. HEX triplet: 8D, 67 and 5D. RGB value is (141,103,93). Sum of RGB (Red+Green+Blue) = 141+103+93=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D675D is #7298A2. Grayscale: #717171. Windows color (decimal): -7510179 or 6121357. OLE color: 6121357.

HSL color Cylindrical-coordinate representation of color #8D675D: hue angle of 12.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D675D is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB14110393-
CMYK00.270.340.45
HSL12.5º20.51%45.88%-
HSV(B)12.5º34.04%55.29%-
XYZ17.8116.1512.54-
YUV113.22116.59147.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=41.84%
G=30.56%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411039300.270.340.4512.520.5145.88
Hex8D675D01B222Dc152e
Octal2151471350334255142556
Binary1000110111001111011101011011100010101101110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,103,93); }

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

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

 a { background-color: rgb(141,103,93); }

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

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

 span { border-color: rgb(141,103,93); }

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