Html Css Color HEX #9E2A1A Brown

📋 copy color: '#9E2A1A'

red 158 ◦ green 42 ◦ blue 26

#9E2A1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #9E2A1A

Tints of Brown #9E2A1A

RGB

 RED value IS 158 (62.11% from 255) = 69.91%

 GREEN value IS 42 (16.8% from 255) = 18.58%

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 69.91%
G = 18.58%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E2A1A (or 0x9E2A1A) is known color: 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

RGB 158 42 26 -
CMYK 0 0.73 0.84 0.38
HSL 7.27º 0.72% 0.36% -
HSV(B) 7.27º 0.84% 0.62% -
XYZ 15.11 9 1.92 -
YUV 74.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 158 42 26 0 0.73 0.84 0.38 7.27 0.72 0.36
Hex 9E 2A 1A 0 49 54 26 7 48 24
Octal 236 52 32 0 111 124 46 7 110 44
Binary 10011110 101010 11010 0 1001001 1010100 100110 111 1001000 100100

Color Harmonies of #9E2A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2A1A

Black with #9E2A1A

Text Example


Text Example

White with #9E2A1A

Text Example


Text Example

HTML Codes & Css Web 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>