#9F584F

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

Shades of Crail #9F584F

Tints of Crail #9F584F

Color information

#9F584F (or 0x9F584F) is unknown color: approx Crail. HEX triplet: 9F, 58 and 4F. RGB value is (159,88,79). Sum of RGB (Red+Green+Blue) = 159+88+79=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F584F is #60A7B0. Grayscale: #6C6C6C. Windows color (decimal): -6334385 or 5200031. OLE color: 5200031.

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

Color convert

RGB1598879-
CMYK00.450.500.38
HSL6.75º33.61%46.67%-
HSV(B)6.75º50.31%62.35%-
XYZ19.214.919.26-
YUV108.2111.52164.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.77%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=48.77%
G=26.99%
B=24.23%

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
Decimal159887900.450.500.386.7533.6146.67
Hex9F584F02D32267222f
Octal237130117055624674257
Binary10011111101100010011110101101110010100110111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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