#9F2615

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

Shades of Brown #9F2615

Tints of Brown #9F2615

Color information

#9F2615 (or 0x9F2615) is unknown color: approx Brown. HEX triplet: 9F, 26 and 15. RGB value is (159,38,21). Sum of RGB (Red+Green+Blue) = 159+38+21=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2615 is #60D9EA. Grayscale: #484848. Windows color (decimal): -6347243 or 1386143. OLE color: 1386143.

HSL color Cylindrical-coordinate representation of color #9F2615: hue angle of 7.39º 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 #9F2615 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1593821-
CMYK00.760.870.38
HSL7.39º76.67%35.29%-
HSV(B)7.39º86.79%62.35%-
XYZ15.138.811.61-
YUV72.2499.09189.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.94%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 21 (8.59% from 255) = 9.63%
R=72.94%
G=17.43%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159382100.760.870.387.3976.6735.29
Hex9F261504C572674d23
Octal2374625011412746711543
Binary10011111100110101010100110010101111001101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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