#9F5248

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

Shades of Crail #9F5248

Tints of Crail #9F5248

Color information

#9F5248 (or 0x9F5248) is unknown color: approx Crail. HEX triplet: 9F, 52 and 48. RGB value is (159,82,72). Sum of RGB (Red+Green+Blue) = 159+82+72=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5248 is #60ADB7. Grayscale: #676767. Windows color (decimal): -6335928 or 4739743. OLE color: 4739743.

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

Color convert

RGB1598272-
CMYK00.480.550.38
HSL6.9º37.66%45.29%-
HSV(B)6.9º54.72%62.35%-
XYZ18.4913.877.83-
YUV103.88110.01167.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.80%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=50.80%
G=26.20%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159827200.480.550.386.937.6645.29
Hex9F524803037267262d
Octal237122110060674674655
Binary10011111101001010010000110000110111100110111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,82,72); }

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

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

 a { background-color: rgb(159,82,72); }

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

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

 span { border-color: rgb(159,82,72); }

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