#9F221D

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

Shades of Brown #9F221D

Tints of Brown #9F221D

Color information

#9F221D (or 0x9F221D) is unknown color: approx Brown. HEX triplet: 9F, 22 and 1D. RGB value is (159,34,29). Sum of RGB (Red+Green+Blue) = 159+34+29=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F221D is #60DDE2. Grayscale: #464646. Windows color (decimal): -6348259 or 1909407. OLE color: 1909407.

HSL color Cylindrical-coordinate representation of color #9F221D: hue angle of 2.31º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F221D is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1593429-
CMYK00.790.820.38
HSL2.31º69.15%36.86%-
HSV(B)2.31º81.76%62.35%-
XYZ15.098.62.03-
YUV70.8104.41190.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 71.62%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 29 (11.72% from 255) = 13.06%
R=71.62%
G=15.32%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159342900.790.820.382.3169.1536.86
Hex9F221D04F522624525
Octal2374235011712246210545
Binary1001111110001011101010011111010010100110101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,34,29); }

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

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

 a { background-color: rgb(159,34,29); }

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

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

 span { border-color: rgb(159,34,29); }

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