#9E5248

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

Shades of Crail #9E5248

Tints of Crail #9E5248

Color information

#9E5248 (or 0x9E5248) is unknown color: approx Crail. HEX triplet: 9E, 52 and 48. RGB value is (158,82,72). Sum of RGB (Red+Green+Blue) = 158+82+72=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5248 is #61ADB7. Grayscale: #676767. Windows color (decimal): -6401464 or 4739742. OLE color: 4739742.

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

Color convert

RGB1588272-
CMYK00.480.540.38
HSL6.98º37.39%45.1%-
HSV(B)6.98º54.43%61.96%-
XYZ18.2913.777.83-
YUV103.58110.18166.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.64%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=50.64%
G=26.28%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158827200.480.540.386.9837.3945.1
Hex9E524803036267252d
Octal236122110060664674555
Binary10011110101001010010000110000110110100110111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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