#9F2C16

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

Shades of Brown #9F2C16

Tints of Brown #9F2C16

Color information

#9F2C16 (or 0x9F2C16) is unknown color: approx Brown. HEX triplet: 9F, 2C and 16. RGB value is (159,44,22). Sum of RGB (Red+Green+Blue) = 159+44+22=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2C16 is #60D3E9. Grayscale: #4C4C4C. Windows color (decimal): -6345706 or 1453215. OLE color: 1453215.

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

Color convert

RGB1594422-
CMYK00.720.860.38
HSL9.64º75.69%35.49%-
HSV(B)9.64º86.16%62.35%-
XYZ15.349.231.73-
YUV75.8897.6187.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.67%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=70.67%
G=19.56%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159442200.720.860.389.6475.6935.49
Hex9F2C160485626a4c23
Octal23754260110126461211443
Binary100111111011001011001001000101011010011010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,44,22); }

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

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

 a { background-color: rgb(159,44,22); }

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

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

 span { border-color: rgb(159,44,22); }

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