#9F231D

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

Shades of Brown #9F231D

Tints of Brown #9F231D

Color information

#9F231D (or 0x9F231D) is unknown color: approx Brown. HEX triplet: 9F, 23 and 1D. RGB value is (159,35,29). Sum of RGB (Red+Green+Blue) = 159+35+29=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F231D is #60DCE2. Grayscale: #474747. Windows color (decimal): -6348003 or 1909663. OLE color: 1909663.

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

Color convert

RGB1593529-
CMYK00.780.820.38
HSL2.77º69.15%36.86%-
HSV(B)2.77º81.76%62.35%-
XYZ15.128.662.04-
YUV71.39104.08190.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 71.30%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=71.30%
G=15.70%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159352900.780.820.382.7769.1536.86
Hex9F231D04E522634525
Octal2374335011612246310545
Binary1001111110001111101010011101010010100110111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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