#9E5547

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

Shades of Crail #9E5547

Tints of Crail #9E5547

Color information

#9E5547 (or 0x9E5547) is unknown color: approx Crail. HEX triplet: 9E, 55 and 47. RGB value is (158,85,71). Sum of RGB (Red+Green+Blue) = 158+85+71=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5547 is #61AAB8. Grayscale: #696969. Windows color (decimal): -6400697 or 4674974. OLE color: 4674974.

HSL color Cylindrical-coordinate representation of color #9E5547: hue angle of 9.66º 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 #9E5547 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1588571-
CMYK00.460.550.38
HSL9.66º37.99%44.9%-
HSV(B)9.66º55.06%61.96%-
XYZ18.4914.227.73-
YUV105.23108.68165.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.32%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=50.32%
G=27.07%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158857100.460.550.389.6637.9944.9
Hex9E554702E3726a262d
Octal2361251070566746124655
Binary100111101010101100011101011101101111001101010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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