#9E5C52

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

Shades of Crail #9E5C52

Tints of Crail #9E5C52

Color information

#9E5C52 (or 0x9E5C52) is unknown color: approx Crail. HEX triplet: 9E, 5C and 52. RGB value is (158,92,82). Sum of RGB (Red+Green+Blue) = 158+92+82=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5C52 is #61A3AD. Grayscale: #6E6E6E. Windows color (decimal): -6398894 or 5397662. OLE color: 5397662.

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

Color convert

RGB1589282-
CMYK00.420.480.38
HSL7.89º31.67%47.06%-
HSV(B)7.89º48.1%61.96%-
XYZ19.4515.539.96-
YUV110.59111.87161.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.59%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=47.59%
G=27.71%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158928200.420.480.387.8931.6747.06
Hex9E5C5202A30268202f
Octal2361341220526046104057
Binary100111101011100101001001010101100001001101000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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