#9F2A15

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

Shades of Brown #9F2A15

Tints of Brown #9F2A15

Color information

#9F2A15 (or 0x9F2A15) is unknown color: approx Brown. HEX triplet: 9F, 2A and 15. RGB value is (159,42,21). Sum of RGB (Red+Green+Blue) = 159+42+21=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2A15 is #60D5EA. Grayscale: #4A4A4A. Windows color (decimal): -6346219 or 1387167. OLE color: 1387167.

HSL color Cylindrical-coordinate representation of color #9F2A15: hue angle of 9.13º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F2A15 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1594221-
CMYK00.740.870.38
HSL9.13º76.67%35.29%-
HSV(B)9.13º86.79%62.35%-
XYZ15.269.081.66-
YUV74.5997.76188.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 71.62%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=71.62%
G=18.92%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159422100.740.870.389.1376.6735.29
Hex9F2A1504A572694d23
Octal23752250112127461111543
Binary100111111010101010101001010101011110011010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,42,21); }

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

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

 a { background-color: rgb(159,42,21); }

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

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

 span { border-color: rgb(159,42,21); }

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