#9E5947

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

Shades of Crail #9E5947

Tints of Crail #9E5947

Color information

#9E5947 (or 0x9E5947) is unknown color: approx Crail. HEX triplet: 9E, 59 and 47. RGB value is (158,89,71). Sum of RGB (Red+Green+Blue) = 158+89+71=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5947 is #61A6B8. Grayscale: #6B6B6B. Windows color (decimal): -6399673 or 4675998. OLE color: 4675998.

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

Color convert

RGB1588971-
CMYK00.440.550.38
HSL12.41º37.99%44.9%-
HSV(B)12.41º55.06%61.96%-
XYZ18.8114.877.84-
YUV107.58107.36163.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.69%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 71 (28.12% from 255) = 22.33%
R=49.69%
G=27.99%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158897100.440.550.3812.4137.9944.9
Hex9E594702C3726c262d
Octal2361311070546746144655
Binary100111101011001100011101011001101111001101100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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