#9F261E

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

Shades of Brown #9F261E

Tints of Brown #9F261E

Color information

#9F261E (or 0x9F261E) is unknown color: approx Brown. HEX triplet: 9F, 26 and 1E. RGB value is (159,38,30). Sum of RGB (Red+Green+Blue) = 159+38+30=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F261E is #60D9E1. Grayscale: #494949. Windows color (decimal): -6347234 or 1975967. OLE color: 1975967.

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

Color convert

RGB1593830-
CMYK00.760.810.38
HSL3.72º68.25%37.06%-
HSV(B)3.72º81.13%62.35%-
XYZ15.238.852.13-
YUV73.27103.59189.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.04%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=70.04%
G=16.74%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159383000.760.810.383.7268.2537.06
Hex9F261E04C512644425
Octal2374636011412146410445
Binary10011111100110111100100110010100011001101001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,38,30); }

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

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

 a { background-color: rgb(159,38,30); }

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

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

 span { border-color: rgb(159,38,30); }

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