#9F5A4B

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

Shades of Crail #9F5A4B

Tints of Crail #9F5A4B

Color information

#9F5A4B (or 0x9F5A4B) is unknown color: approx Crail. HEX triplet: 9F, 5A and 4B. RGB value is (159,90,75). Sum of RGB (Red+Green+Blue) = 159+90+75=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A4B is #60A5B4. Grayscale: #6D6D6D. Windows color (decimal): -6333877 or 4938399. OLE color: 4938399.

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

Color convert

RGB1599075-
CMYK00.430.530.38
HSL10.71º35.9%45.88%-
HSV(B)10.71º52.83%62.35%-
XYZ19.2215.198.58-
YUV108.92108.86163.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=49.07%
G=27.78%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159907500.430.530.3810.7135.945.88
Hex9F5A4B02B3526b242e
Octal2371321130536546134456
Binary100111111011010100101101010111101011001101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,90,75); }

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

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

 a { background-color: rgb(159,90,75); }

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

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

 span { border-color: rgb(159,90,75); }

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