#9F442F

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

Shades of Rock Spray #9F442F

Tints of Rock Spray #9F442F

Color information

#9F442F (or 0x9F442F) is unknown color: approx Rock Spray. HEX triplet: 9F, 44 and 2F. RGB value is (159,68,47). Sum of RGB (Red+Green+Blue) = 159+68+47=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F442F is #60BBD0. Grayscale: #5C5C5C. Windows color (decimal): -6339537 or 3097759. OLE color: 3097759.

HSL color Cylindrical-coordinate representation of color #9F442F: hue angle of 11.25º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F442F is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1596847-
CMYK00.570.700.38
HSL11.25º54.37%40.39%-
HSV(B)11.25º70.44%62.35%-
XYZ16.8811.714.06-
YUV92.82102.15175.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.03%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=58.03%
G=24.82%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159684700.570.700.3811.2554.3740.39
Hex9F442F0394626b3628
Octal2371045707110646136650
Binary100111111000100101111011100110001101001101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,68,47); }

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

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

 a { background-color: rgb(159,68,47); }

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

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

 span { border-color: rgb(159,68,47); }

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