#9E5247

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

Shades of Crail #9E5247

Tints of Crail #9E5247

Color information

#9E5247 (or 0x9E5247) is unknown color: approx Crail. HEX triplet: 9E, 52 and 47. RGB value is (158,82,71). Sum of RGB (Red+Green+Blue) = 158+82+71=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5247 is #61ADB8. Grayscale: #676767. Windows color (decimal): -6401465 or 4674206. OLE color: 4674206.

HSL color Cylindrical-coordinate representation of color #9E5247: hue angle of 7.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5247 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1588271-
CMYK00.480.550.38
HSL7.59º37.99%44.9%-
HSV(B)7.59º55.06%61.96%-
XYZ18.2613.767.65-
YUV103.47109.68166.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=50.80%
G=26.37%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158827100.480.550.387.5937.9944.9
Hex9E524703037268262d
Octal2361221070606746104655
Binary100111101010010100011101100001101111001101000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,82,71); }

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

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

 a { background-color: rgb(158,82,71); }

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

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

 span { border-color: rgb(158,82,71); }

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