#9F4726

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

Shades of Rock Spray #9F4726

Tints of Rock Spray #9F4726

Color information

#9F4726 (or 0x9F4726) is unknown color: approx Rock Spray. HEX triplet: 9F, 47 and 26. RGB value is (159,71,38). Sum of RGB (Red+Green+Blue) = 159+71+38=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4726 is #60B8D9. Grayscale: #5D5D5D. Windows color (decimal): -6338778 or 2508703. OLE color: 2508703.

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

Color convert

RGB1597138-
CMYK00.550.760.38
HSL16.36º61.42%38.63%-
HSV(B)16.36º76.1%62.35%-
XYZ16.912.023.26-
YUV93.5596.65174.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.33%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=59.33%
G=26.49%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159713800.550.760.3816.3661.4238.63
Hex9F47260374C26103d27
Octal2371074606711446207547
Binary1001111110001111001100110111100110010011010000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,71,38); }

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

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

 a { background-color: rgb(159,71,38); }

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

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

 span { border-color: rgb(159,71,38); }

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