#9F5B51

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

Shades of Crail #9F5B51

Tints of Crail #9F5B51

Color information

#9F5B51 (or 0x9F5B51) is unknown color: approx Crail. HEX triplet: 9F, 5B and 51. RGB value is (159,91,81). Sum of RGB (Red+Green+Blue) = 159+91+81=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5B51 is #60A4AE. Grayscale: #6E6E6E. Windows color (decimal): -6333615 or 5331871. OLE color: 5331871.

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

Color convert

RGB1599181-
CMYK00.430.490.38
HSL7.69º32.5%47.06%-
HSV(B)7.69º49.06%62.35%-
XYZ19.5215.459.74-
YUV110.19111.53162.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=48.04%
G=27.49%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159918100.430.490.387.6932.547.06
Hex9F5B5102B31268202f
Octal2371331210536146104057
Binary100111111011011101000101010111100011001101000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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