#9F5B54

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

Shades of Crail #9F5B54

Tints of Crail #9F5B54

Color information

#9F5B54 (or 0x9F5B54) is unknown color: approx Crail. HEX triplet: 9F, 5B and 54. RGB value is (159,91,84). Sum of RGB (Red+Green+Blue) = 159+91+84=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5B54 is #60A4AB. Grayscale: #6E6E6E. Windows color (decimal): -6333612 or 5528479. OLE color: 5528479.

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

Color convert

RGB1599184-
CMYK00.430.470.38
HSL5.6º30.86%47.65%-
HSV(B)5.6º47.17%62.35%-
XYZ19.6415.4910.34-
YUV110.53113.03162.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.60%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=47.60%
G=27.25%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159918400.430.470.385.630.8647.65
Hex9F5B5402B2F2661f30
Octal237133124053574663760
Binary1001111110110111010100010101110111110011011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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