#9E5D4D

Color #9E5D4D Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #9E5D4D

Tints of Crail #9E5D4D

Color information

#9E5D4D (or 0x9E5D4D) is unknown color: approx Crail. HEX triplet: 9E, 5D and 4D. RGB value is (158,93,77). Sum of RGB (Red+Green+Blue) = 158+93+77=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5D4D is #61A2B2. Grayscale: #6E6E6E. Windows color (decimal): -6398643 or 5070238. OLE color: 5070238.

HSL color Cylindrical-coordinate representation of color #9E5D4D: hue angle of 11.85º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E5D4D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1589377-
CMYK00.410.510.38
HSL11.85º34.47%46.08%-
HSV(B)11.85º51.27%61.96%-
XYZ19.3515.639.02-
YUV110.61109.03161.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=48.17%
G=28.35%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158937700.410.510.3811.8534.4746.08
Hex9E5D4D0293326c222e
Octal2361351150516346144256
Binary100111101011101100110101010011100111001101100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5D4D; }

 p { color: rgb(158,93,77); }

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

<style>
 a { background-color: #9E5D4D; }

 a { background-color: rgb(158,93,77); }

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

<style>
 span { border-color: #9E5D4D; }

 span { border-color: rgb(158,93,77); }

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