#9E5042

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

Shades of Crail #9E5042

Tints of Crail #9E5042

Color information

#9E5042 (or 0x9E5042) is unknown color: approx Crail. HEX triplet: 9E, 50 and 42. RGB value is (158,80,66). Sum of RGB (Red+Green+Blue) = 158+80+66=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5042 is #61AFBD. Grayscale: #656565. Windows color (decimal): -6401982 or 4346014. OLE color: 4346014.

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

Color convert

RGB1588066-
CMYK00.490.580.38
HSL9.13º41.07%43.92%-
HSV(B)9.13º58.23%61.96%-
XYZ17.9513.46.79-
YUV101.73107.84168.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.97%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=51.97%
G=26.32%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158806600.490.580.389.1341.0743.92
Hex9E50420313A269292c
Octal2361201020617246115154
Binary100111101010000100001001100011110101001101001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,80,66); }

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

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

 a { background-color: rgb(158,80,66); }

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

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

 span { border-color: rgb(158,80,66); }

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