#9F4435

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

Shades of Rock Spray #9F4435

Tints of Rock Spray #9F4435

Color information

#9F4435 (or 0x9F4435) is unknown color: approx Rock Spray. HEX triplet: 9F, 44 and 35. RGB value is (159,68,53). Sum of RGB (Red+Green+Blue) = 159+68+53=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4435 is #60BBCA. Grayscale: #5D5D5D. Windows color (decimal): -6339531 or 3490975. OLE color: 3490975.

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

Color convert

RGB1596853-
CMYK00.570.670.38
HSL8.49º50%41.57%-
HSV(B)8.49º66.67%62.35%-
XYZ17.0111.764.74-
YUV93.5105.15174.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.79%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=56.79%
G=24.29%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159685300.570.670.388.495041.57
Hex9F443503943268322a
Octal2371046507110346106252
Binary100111111000100110101011100110000111001101000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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