#9F211B

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

Shades of Brown #9F211B

Tints of Brown #9F211B

Color information

#9F211B (or 0x9F211B) is unknown color: approx Brown. HEX triplet: 9F, 21 and 1B. RGB value is (159,33,27). Sum of RGB (Red+Green+Blue) = 159+33+27=219 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.60% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 159 - color contains mainly: red. Hex color #9F211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F211B is #60DEE4. Grayscale: #464646. Windows color (decimal): -6348517 or 1778079. OLE color: 1778079.

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

Color convert

RGB1593327-
CMYK00.790.830.38
HSL2.73º70.97%36.47%-
HSV(B)2.73º83.02%62.35%-
XYZ15.048.541.89-
YUV69.99103.74191.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.60%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=72.60%
G=15.07%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159332700.790.830.382.7370.9736.47
Hex9F211B04F532634724
Octal2374133011712346310744
Binary1001111110000111011010011111010011100110111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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