#9f3c2b

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

Shades of Rock Spray #9F3C2B

Tints of Rock Spray #9F3C2B

Color information

#9F3C2B (or 0x9F3C2B) is unknown color: approx Rock Spray. HEX triplet: 9F, 3C and 2B. RGB value is (159,60,43). Sum of RGB (Red+Green+Blue) = 159+60+43=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3C2B is #60C3D4. Grayscale: #575757. Windows color (decimal): -6341589 or 2833567. OLE color: 2833567.

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

Color convert

RGB1596043-
CMYK00.620.730.38
HSL8.79º57.43%39.61%-
HSV(B)8.79º72.96%62.35%-
XYZ16.3510.783.5-
YUV87.66102.8178.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.69%
GREEN value IS 60 (23.83% from 255) = 22.90%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=60.69%
G=22.90%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159604300.620.730.388.7957.4339.61
Hex9F3C2B03E492693928
Octal237745307611146117150
Binary10011111111100101011011111010010011001101001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f3c2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,60,43); }

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

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

 a { background-color: rgb(159,60,43); }

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

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

 span { border-color: rgb(159,60,43); }

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