#9F5949

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

Shades of Crail #9F5949

Tints of Crail #9F5949

Color information

#9F5949 (or 0x9F5949) is unknown color: approx Crail. HEX triplet: 9F, 59 and 49. RGB value is (159,89,73). Sum of RGB (Red+Green+Blue) = 159+89+73=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5949 is #60A6B6. Grayscale: #6C6C6C. Windows color (decimal): -6334135 or 4807071. OLE color: 4807071.

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

Color convert

RGB1598973-
CMYK00.440.540.38
HSL11.16º37.07%45.49%-
HSV(B)11.16º54.09%62.35%-
XYZ19.07158.19-
YUV108.11108.19164.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=49.53%
G=27.73%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159897300.440.540.3811.1637.0745.49
Hex9F594902C3626b252d
Octal2371311110546646134555
Binary100111111011001100100101011001101101001101011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,73); }

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

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

 a { background-color: rgb(159,89,73); }

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

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

 span { border-color: rgb(159,89,73); }

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