Html Css Color HEX #9E2B17 Brown

📋 copy color: '#9E2B17'

red 158 ◦ green 43 ◦ blue 23

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

Shades of Brown #9E2B17

Tints of Brown #9E2B17

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 70.54%
G = 19.2%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E2B17 (or 0x9E2B17) is known color: Brown. HEX triplet: 9E, 2B and 17. RGB value is (158,43,23). Sum of RGB (Red+Green+Blue) = 158+43+23=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2B17 is #61D4E8. Grayscale: #4B4B4B. Windows color (decimal): -6411497 or 1518494. OLE color: 1518494.

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

Color convert

RGB 158 43 23 -
CMYK 0 0.73 0.85 0.38
HSL 8.89º 0.75% 0.35% -
HSV(B) 8.89º 0.85% 0.62% -
XYZ 15.12 9.06 1.76 -
YUV 75.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 158 43 23 0 0.73 0.85 0.38 8.89 0.75 0.35
Hex 9E 2B 17 0 49 55 26 9 4B 23
Octal 236 53 27 0 111 125 46 11 113 43
Binary 10011110 101011 10111 0 1001001 1010101 100110 1001 1001011 100011

Color Harmonies of #9E2B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2B17

Black with #9E2B17

Text Example


Text Example

White with #9E2B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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