#9E594D

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

Shades of Crail #9E594D

Tints of Crail #9E594D

Color information

#9E594D (or 0x9E594D) is unknown color: approx Crail. HEX triplet: 9E, 59 and 4D. RGB value is (158,89,77). Sum of RGB (Red+Green+Blue) = 158+89+77=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E594D is #61A6B2. Grayscale: #6C6C6C. Windows color (decimal): -6399667 or 5069214. OLE color: 5069214.

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

Color convert

RGB1588977-
CMYK00.440.510.38
HSL8.89º34.47%46.08%-
HSV(B)8.89º51.27%61.96%-
XYZ19.0114.958.9-
YUV108.26110.36163.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.77%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=48.77%
G=27.47%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158897700.440.510.388.8934.4746.08
Hex9E594D02C33269222e
Octal2361311150546346114256
Binary100111101011001100110101011001100111001101001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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