#9F5848

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

Shades of Crail #9F5848

Tints of Crail #9F5848

Color information

#9F5848 (or 0x9F5848) is unknown color: approx Crail. HEX triplet: 9F, 58 and 48. RGB value is (159,88,72). Sum of RGB (Red+Green+Blue) = 159+88+72=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5848 is #60A7B7. Grayscale: #6B6B6B. Windows color (decimal): -6334392 or 4741279. OLE color: 4741279.

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

Color convert

RGB1598872-
CMYK00.450.550.38
HSL11.03º37.66%45.29%-
HSV(B)11.03º54.72%62.35%-
XYZ18.9614.827.99-
YUV107.4108.02164.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=49.84%
G=27.59%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159887200.450.550.3811.0337.6645.29
Hex9F584802D3726b262d
Octal2371301100556746134655
Binary100111111011000100100001011011101111001101011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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