#9F4833

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

Shades of Rock Spray #9F4833

Tints of Rock Spray #9F4833

Color information

#9F4833 (or 0x9F4833) is unknown color: approx Rock Spray. HEX triplet: 9F, 48 and 33. RGB value is (159,72,51). Sum of RGB (Red+Green+Blue) = 159+72+51=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4833 is #60B7CC. Grayscale: #5F5F5F. Windows color (decimal): -6338509 or 3360927. OLE color: 3360927.

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

Color convert

RGB1597251-
CMYK00.550.680.38
HSL11.67º51.43%41.18%-
HSV(B)11.67º67.92%62.35%-
XYZ17.2112.244.59-
YUV95.62102.82173.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.38%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=56.38%
G=25.53%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159725100.550.680.3811.6751.4341.18
Hex9F48330374426c3329
Octal2371106306710446146351
Binary100111111001000110011011011110001001001101100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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