Html Css Color HEX #9E2E23 Brown

📋 copy color: '#9E2E23'

red 158 ◦ green 46 ◦ blue 35

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

Shades of Brown #9E2E23

Tints of Brown #9E2E23

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.25%

 BLUE value IS 35 (14.06% from 255) = 14.64%

R = 66.11%
G = 19.25%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E2E23 (or 0x9E2E23) is known color: Brown. HEX triplet: 9E, 2E and 23. RGB value is (158,46,35). Sum of RGB (Red+Green+Blue) = 158+46+35=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2E23 is #61D1DC. Grayscale: #4E4E4E. Windows color (decimal): -6410717 or 2305694. OLE color: 2305694.

HSL color Cylindrical-coordinate representation of color #9E2E23: hue angle of 5.37º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2E23 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 46 35 -
CMYK 0 0.71 0.78 0.38
HSL 5.37º 0.64% 0.38% -
HSV(B) 5.37º 0.78% 0.62% -
XYZ 15.38 9.34 2.58 -
YUV 78.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 158 46 35 0 0.71 0.78 0.38 5.37 0.64 0.38
Hex 9E 2E 23 0 47 4E 26 5 40 26
Octal 236 56 43 0 107 116 46 5 100 46
Binary 10011110 101110 100011 0 1000111 1001110 100110 101 1000000 100110

Color Harmonies of #9E2E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2E23

Black with #9E2E23

Text Example


Text Example

White with #9E2E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,46,35); }

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

background-color css

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

 a { background-color: rgb(158,46,35); }

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

border-color css

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

 span { border-color: rgb(158,46,35); }

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