#9F5043

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

Shades of Crail #9F5043

Tints of Crail #9F5043

Color information

#9F5043 (or 0x9F5043) is unknown color: approx Crail. HEX triplet: 9F, 50 and 43. RGB value is (159,80,67). Sum of RGB (Red+Green+Blue) = 159+80+67=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5043 is #60AFBC. Grayscale: #666666. Windows color (decimal): -6336445 or 4411551. OLE color: 4411551.

HSL color Cylindrical-coordinate representation of color #9F5043: hue angle of 8.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5043 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1598067-
CMYK00.500.580.38
HSL8.48º40.71%44.31%-
HSV(B)8.48º57.86%62.35%-
XYZ18.1813.516.96-
YUV102.14108.17168.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=51.96%
G=26.14%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159806700.500.580.388.4840.7144.31
Hex9F50430323A268292c
Octal2371201030627246105154
Binary100111111010000100001101100101110101001101000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,80,67); }

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

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

 a { background-color: rgb(159,80,67); }

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

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

 span { border-color: rgb(159,80,67); }

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