#9F2E22

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

Shades of Brown #9F2E22

Tints of Brown #9F2E22

Color information

#9F2E22 (or 0x9F2E22) is unknown color: approx Brown. HEX triplet: 9F, 2E and 22. RGB value is (159,46,34). Sum of RGB (Red+Green+Blue) = 159+46+34=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2E22 is #60D1DD. Grayscale: #4E4E4E. Windows color (decimal): -6345182 or 2240159. OLE color: 2240159.

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

Color convert

RGB1594634-
CMYK00.710.790.38
HSL5.76º64.77%37.84%-
HSV(B)5.76º78.62%62.35%-
XYZ15.569.442.52-
YUV78.42102.94185.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 66.53%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 34 (13.67% from 255) = 14.23%
R=66.53%
G=19.25%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159463400.710.790.385.7664.7737.84
Hex9F2E220474F2664126
Octal2375642010711746610146
Binary100111111011101000100100011110011111001101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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