#9F2919

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

Shades of Brown #9F2919

Tints of Brown #9F2919

Color information

#9F2919 (or 0x9F2919) is unknown color: approx Brown. HEX triplet: 9F, 29 and 19. RGB value is (159,41,25). Sum of RGB (Red+Green+Blue) = 159+41+25=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2919 is #60D6E6. Grayscale: #4A4A4A. Windows color (decimal): -6346471 or 1649055. OLE color: 1649055.

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

Color convert

RGB1594125-
CMYK00.740.840.38
HSL7.16º72.83%36.08%-
HSV(B)7.16º84.28%62.35%-
XYZ15.279.031.86-
YUV74.46100.09188.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.67%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 25 (10.16% from 255) = 11.11%
R=70.67%
G=18.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159412500.740.840.387.1672.8336.08
Hex9F291904A542674924
Octal2375131011212446711144
Binary10011111101001110010100101010101001001101111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,41,25); }

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

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

 a { background-color: rgb(159,41,25); }

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

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

 span { border-color: rgb(159,41,25); }

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