#9F231F

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

Shades of Brown #9F231F

Tints of Brown #9F231F

Color information

#9F231F (or 0x9F231F) is unknown color: approx Brown. HEX triplet: 9F, 23 and 1F. RGB value is (159,35,31). Sum of RGB (Red+Green+Blue) = 159+35+31=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F231F is #60DCE0. Grayscale: #474747. Windows color (decimal): -6348001 or 2040735. OLE color: 2040735.

HSL color Cylindrical-coordinate representation of color #9F231F: hue angle of 1.88º degrees, saturation: 0.67, 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 #9F231F is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1593531-
CMYK00.780.810.38
HSL1.88º67.37%37.25%-
HSV(B)1.88º80.5%62.35%-
XYZ15.158.672.17-
YUV71.62105.08190.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.67%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=70.67%
G=15.56%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159353100.780.810.381.8867.3737.25
Hex9F231F04E512624325
Octal2374337011612146210345
Binary1001111110001111111010011101010001100110101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,35,31); }

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

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

 a { background-color: rgb(159,35,31); }

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

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

 span { border-color: rgb(159,35,31); }

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