#9F4328

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

Shades of Rock Spray #9F4328

Tints of Rock Spray #9F4328

Color information

#9F4328 (or 0x9F4328) is unknown color: approx Rock Spray. HEX triplet: 9F, 43 and 28. RGB value is (159,67,40). Sum of RGB (Red+Green+Blue) = 159+67+40=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4328 is #60BCD7. Grayscale: #5B5B5B. Windows color (decimal): -6339800 or 2638751. OLE color: 2638751.

HSL color Cylindrical-coordinate representation of color #9F4328: hue angle of 13.61º degrees, saturation: 0.6, 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 #9F4328 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1596740-
CMYK00.580.750.38
HSL13.61º59.8%39.02%-
HSV(B)13.61º74.84%62.35%-
XYZ16.6911.543.36-
YUV91.4398.98176.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.77%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=59.77%
G=25.19%
B=15.04%

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
Decimal159674000.580.750.3813.6159.839.02
Hex9F432803A4B26e3c27
Octal2371035007211346167447
Binary100111111000011101000011101010010111001101110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,67,40); }

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

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

 a { background-color: rgb(159,67,40); }

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

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

 span { border-color: rgb(159,67,40); }

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