#9F3E19

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

Shades of Rock Spray #9F3E19

Tints of Rock Spray #9F3E19

Color information

#9F3E19 (or 0x9F3E19) is unknown color: approx Rock Spray. HEX triplet: 9F, 3E and 19. RGB value is (159,62,25). Sum of RGB (Red+Green+Blue) = 159+62+25=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3E19 is #60C1E6. Grayscale: #575757. Windows color (decimal): -6341095 or 1654431. OLE color: 1654431.

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

Color convert

RGB1596225-
CMYK00.610.840.38
HSL16.57º72.83%36.08%-
HSV(B)16.57º84.28%62.35%-
XYZ16.210.892.17-
YUV86.7893.14179.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.63%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 25 (10.16% from 255) = 10.16%
R=64.63%
G=25.20%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159622500.610.840.3816.5772.8336.08
Hex9F3E1903D5426114924
Octal2377631075124462111144
Binary100111111111101100101111011010100100110100011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,62,25); }

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

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

 a { background-color: rgb(159,62,25); }

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

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

 span { border-color: rgb(159,62,25); }

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