#9F5149

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

Shades of Crail #9F5149

Tints of Crail #9F5149

Color information

#9F5149 (or 0x9F5149) is unknown color: approx Crail. HEX triplet: 9F, 51 and 49. RGB value is (159,81,73). Sum of RGB (Red+Green+Blue) = 159+81+73=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5149 is #60AEB6. Grayscale: #676767. Windows color (decimal): -6336183 or 4805023. OLE color: 4805023.

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

Color convert

RGB1598173-
CMYK00.490.540.38
HSL5.58º37.07%45.49%-
HSV(B)5.58º54.09%62.35%-
XYZ18.4413.747.98-
YUV103.41110.84167.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.80%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=50.80%
G=25.88%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159817300.490.540.385.5837.0745.49
Hex9F514903136266252d
Octal237121111061664664555
Binary10011111101000110010010110001110110100110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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