#8D635C

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

Shades of Dark Chestnut #8D635C

Tints of Dark Chestnut #8D635C

Color information

#8D635C (or 0x8D635C) is unknown color: approx Dark Chestnut. HEX triplet: 8D, 63 and 5C. RGB value is (141,99,92). Sum of RGB (Red+Green+Blue) = 141+99+92=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D635C is #729CA3. Grayscale: #6E6E6E. Windows color (decimal): -7511204 or 6054797. OLE color: 6054797.

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

Color convert

RGB1419992-
CMYK00.300.350.45
HSL8.57º21.03%45.69%-
HSV(B)8.57º34.75%55.29%-
XYZ17.3815.3612.17-
YUV110.76117.41149.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=42.47%
G=29.82%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141999200.300.350.458.5721.0345.69
Hex8D635C01E232D9152e
Octal2151431340364355112556
Binary1000110111000111011100011110100011101101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,99,92); }

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

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

 a { background-color: rgb(141,99,92); }

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

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

 span { border-color: rgb(141,99,92); }

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