#9F2B20

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

Shades of Brown #9F2B20

Tints of Brown #9F2B20

Color information

#9F2B20 (or 0x9F2B20) is unknown color: approx Brown. HEX triplet: 9F, 2B and 20. RGB value is (159,43,32). Sum of RGB (Red+Green+Blue) = 159+43+32=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B20 is #60D4DF. Grayscale: #4C4C4C. Windows color (decimal): -6345952 or 2108319. OLE color: 2108319.

HSL color Cylindrical-coordinate representation of color #9F2B20: hue angle of 5.2º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2B20 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1594332-
CMYK00.730.800.38
HSL5.2º66.49%37.45%-
HSV(B)5.2º79.87%62.35%-
XYZ15.429.22.33-
YUV76.43102.93186.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.95%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=67.95%
G=18.38%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159433200.730.800.385.266.4937.45
Hex9F2B20049502654225
Octal2375340011112046510245
Binary100111111010111000000100100110100001001101011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,43,32); }

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

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

 a { background-color: rgb(159,43,32); }

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

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

 span { border-color: rgb(159,43,32); }

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