#9e2b1e

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

Shades of Brown #9E2B1E

Tints of Brown #9E2B1E

Color information

#9E2B1E (or 0x9E2B1E) is unknown color: approx Brown. HEX triplet: 9E, 2B and 1E. RGB value is (158,43,30). Sum of RGB (Red+Green+Blue) = 158+43+30=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B1E is #61D4E1. Grayscale: #4C4C4C. Windows color (decimal): -6411490 or 1977246. OLE color: 1977246.

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

Color convert

RGB1584330-
CMYK00.730.810.38
HSL6.09º68.09%36.86%-
HSV(B)6.09º81.01%61.96%-
XYZ15.29.092.18-
YUV75.9102.1186.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.40%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=68.40%
G=18.61%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158433000.730.810.386.0968.0936.86
Hex9E2B1E049512664425
Octal2365336011112146610445
Binary10011110101011111100100100110100011001101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e2b1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,43,30); }

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

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

 a { background-color: rgb(158,43,30); }

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

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

 span { border-color: rgb(158,43,30); }

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