#93625A

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

Shades of Dark Chestnut #93625A

Tints of Dark Chestnut #93625A

Color information

#93625A (or 0x93625A) is unknown color: approx Dark Chestnut. HEX triplet: 93, 62 and 5A. RGB value is (147,98,90). Sum of RGB (Red+Green+Blue) = 147+98+90=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93625A is #6C9DA5. Grayscale: #6F6F6F. Windows color (decimal): -7118246 or 5923475. OLE color: 5923475.

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

Color convert

RGB1479890-
CMYK00.330.390.42
HSL8.42º24.05%46.47%-
HSV(B)8.42º38.78%57.65%-
XYZ18.2515.6811.74-
YUV111.74115.73153.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=43.88%
G=29.25%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147989000.330.390.428.4224.0546.47
Hex93625A021272A8182e
Octal2231421320414752103056
Binary10010011110001010110100100001100111101010100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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