#9E5146

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

Shades of Crail #9E5146

Tints of Crail #9E5146

Color information

#9E5146 (or 0x9E5146) is unknown color: approx Crail. HEX triplet: 9E, 51 and 46. RGB value is (158,81,70). Sum of RGB (Red+Green+Blue) = 158+81+70=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5146 is #61AEB9. Grayscale: #666666. Windows color (decimal): -6401722 or 4608414. OLE color: 4608414.

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

Color convert

RGB1588170-
CMYK00.490.560.38
HSL7.5º38.6%44.71%-
HSV(B)7.5º55.7%61.96%-
XYZ18.1513.67.46-
YUV102.77109.51167.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=51.13%
G=26.21%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158817000.490.560.387.538.644.71
Hex9E514603138268272d
Octal2361211060617046104755
Binary100111101010001100011001100011110001001101000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,81,70); }

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

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

 a { background-color: rgb(158,81,70); }

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

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

 span { border-color: rgb(158,81,70); }

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