#9F4227

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

Shades of Rock Spray #9F4227

Tints of Rock Spray #9F4227

Color information

#9F4227 (or 0x9F4227) is unknown color: approx Rock Spray. HEX triplet: 9F, 42 and 27. RGB value is (159,66,39). Sum of RGB (Red+Green+Blue) = 159+66+39=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4227 is #60BDD8. Grayscale: #5A5A5A. Windows color (decimal): -6340057 or 2572959. OLE color: 2572959.

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

Color convert

RGB1596639-
CMYK00.580.750.38
HSL13.5º60.61%38.82%-
HSV(B)13.5º75.47%62.35%-
XYZ16.6111.413.25-
YUV90.7398.81176.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.23%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=60.23%
G=25%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159663900.580.750.3813.560.6138.82
Hex9F422703A4B26e3d27
Octal2371024707211346167547
Binary100111111000010100111011101010010111001101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,39); }

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

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

 a { background-color: rgb(159,66,39); }

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

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

 span { border-color: rgb(159,66,39); }

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