#9F211E

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

Shades of Brown #9F211E

Tints of Brown #9F211E

Color information

#9F211E (or 0x9F211E) is unknown color: approx Brown. HEX triplet: 9F, 21 and 1E. RGB value is (159,33,30). Sum of RGB (Red+Green+Blue) = 159+33+30=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F211E is #60DEE1. Grayscale: #464646. Windows color (decimal): -6348514 or 1974687. OLE color: 1974687.

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

Color convert

RGB1593330-
CMYK00.790.810.38
HSL1.4º68.25%37.06%-
HSV(B)1.4º81.13%62.35%-
XYZ15.088.552.08-
YUV70.33105.24191.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 71.62%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=71.62%
G=14.86%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159333000.790.810.381.468.2537.06
Hex9F211E04F512614425
Octal2374136011712146110445
Binary100111111000011111001001111101000110011011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,33,30); }

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

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

 a { background-color: rgb(159,33,30); }

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

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

 span { border-color: rgb(159,33,30); }

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