#93625C

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

Shades of Dark Chestnut #93625C

Tints of Dark Chestnut #93625C

Color information

#93625C (or 0x93625C) is unknown color: approx Dark Chestnut. HEX triplet: 93, 62 and 5C. RGB value is (147,98,92). Sum of RGB (Red+Green+Blue) = 147+98+92=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93625C is #6C9DA3. Grayscale: #707070. Windows color (decimal): -7118244 or 6054547. OLE color: 6054547.

HSL color Cylindrical-coordinate representation of color #93625C: hue angle of 6.55º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93625C is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1479892-
CMYK00.330.370.42
HSL6.55º23.01%46.86%-
HSV(B)6.55º37.41%57.65%-
XYZ18.3315.7112.19-
YUV111.97116.73152.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=43.62%
G=29.08%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147989200.330.370.426.5523.0146.86
Hex93625C021252A7172f
Octal223142134041455272757
Binary1001001111000101011100010000110010110101011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93625C; }

 p { color: rgb(147,98,92); }

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

<style>
 a { background-color: #93625C; }

 a { background-color: rgb(147,98,92); }

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

<style>
 span { border-color: #93625C; }

 span { border-color: rgb(147,98,92); }

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