#9E2A1A

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

Shades of Brown #9E2A1A

Tints of Brown #9E2A1A

Color information

#9E2A1A (or 0x9E2A1A) is unknown color: approx Brown. HEX triplet: 9E, 2A and 1A. RGB value is (158,42,26). Sum of RGB (Red+Green+Blue) = 158+42+26=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A1A is #61D5E5. Grayscale: #4B4B4B. Windows color (decimal): -6411750 or 1714846. OLE color: 1714846.

HSL color Cylindrical-coordinate representation of color #9E2A1A: hue angle of 7.27º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E2A1A is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1584226-
CMYK00.730.840.38
HSL7.27º71.74%36.08%-
HSV(B)7.27º83.54%61.96%-
XYZ15.1191.92-
YUV74.86100.43187.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.91%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=69.91%
G=18.58%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158422600.730.840.387.2771.7436.08
Hex9E2A1A049542674824
Octal2365232011112446711044
Binary10011110101010110100100100110101001001101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,42,26); }

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

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

 a { background-color: rgb(158,42,26); }

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

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

 span { border-color: rgb(158,42,26); }

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