Html Css Color HEX #9E2A21 Brown

📋 copy color: '#9E2A21'

red 158 ◦ green 42 ◦ blue 33

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

Shades of Brown #9E2A21

Tints of Brown #9E2A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.16%

R = 67.81%
G = 18.03%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9E2A21 (or 0x9E2A21) is known color: Brown. HEX triplet: 9E, 2A and 21. RGB value is (158,42,33). Sum of RGB (Red+Green+Blue) = 158+42+33=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A21 is #61D5DE. Grayscale: #4B4B4B. Windows color (decimal): -6411743 or 2173598. OLE color: 2173598.

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

Color convert

RGB 158 42 33 -
CMYK 0 0.73 0.79 0.38
HSL 4.32º 0.65% 0.37% -
HSV(B) 4.32º 0.79% 0.62% -
XYZ 15.2 9.03 2.38 -
YUV 75.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 158 42 33 0 0.73 0.79 0.38 4.32 0.65 0.37
Hex 9E 2A 21 0 49 4F 26 4 41 25
Octal 236 52 41 0 111 117 46 4 101 45
Binary 10011110 101010 100001 0 1001001 1001111 100110 100 1000001 100101

Color Harmonies of #9E2A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2A21

Black with #9E2A21

Text Example


Text Example

White with #9E2A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E2A21;
 }
 .AnyTagClassName
 {
   color: #9E2A21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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