#9F482C

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

Shades of Rock Spray #9F482C

Tints of Rock Spray #9F482C

Color information

#9F482C (or 0x9F482C) is unknown color: approx Rock Spray. HEX triplet: 9F, 48 and 2C. RGB value is (159,72,44). Sum of RGB (Red+Green+Blue) = 159+72+44=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F482C is #60B7D3. Grayscale: #5F5F5F. Windows color (decimal): -6338516 or 2902175. OLE color: 2902175.

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

Color convert

RGB1597244-
CMYK00.550.720.38
HSL14.61º56.65%39.8%-
HSV(B)14.61º72.33%62.35%-
XYZ17.0712.193.84-
YUV94.8299.32173.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 44 (17.58% from 255) = 16%
R=57.82%
G=26.18%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159724400.550.720.3814.6156.6539.8
Hex9F482C0374826f3928
Octal2371105406711046177150
Binary100111111001000101100011011110010001001101111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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