#9F574F

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

Shades of Crail #9F574F

Tints of Crail #9F574F

Color information

#9F574F (or 0x9F574F) is unknown color: approx Crail. HEX triplet: 9F, 57 and 4F. RGB value is (159,87,79). Sum of RGB (Red+Green+Blue) = 159+87+79=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F574F is #60A8B0. Grayscale: #6B6B6B. Windows color (decimal): -6334641 or 5199775. OLE color: 5199775.

HSL color Cylindrical-coordinate representation of color #9F574F: hue angle of 6º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F574F is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1598779-
CMYK00.450.500.38
HSL33.61%46.67%-
HSV(B)50.31%62.35%-
XYZ19.1214.759.24-
YUV107.62111.85164.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=48.92%
G=26.77%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159877900.450.500.38633.6146.67
Hex9F574F02D32266222f
Octal237127117055624664257
Binary10011111101011110011110101101110010100110110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,79); }

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

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

 a { background-color: rgb(159,87,79); }

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

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

 span { border-color: rgb(159,87,79); }

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