Html Css Color HEX #9E2C27 Brown

📋 copy color: '#9E2C27'

red 158 ◦ green 44 ◦ blue 39

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

Shades of Brown #9E2C27

Tints of Brown #9E2C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

 BLUE value IS 39 (15.63% from 255) = 16.18%

R = 65.56%
G = 18.26%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9E2C27 (or 0x9E2C27) is known color: Brown. HEX triplet: 9E, 2C and 27. RGB value is (158,44,39). Sum of RGB (Red+Green+Blue) = 158+44+39=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2C27 is #61D3D8. Grayscale: #4D4D4D. Windows color (decimal): -6411225 or 2567326. OLE color: 2567326.

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

Color convert

RGB 158 44 39 -
CMYK 0 0.72 0.75 0.38
HSL 2.52º 0.6% 0.39% -
HSV(B) 2.52º 0.75% 0.62% -
XYZ 15.37 9.22 2.89 -
YUV 77.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 158 44 39 0 0.72 0.75 0.38 2.52 0.6 0.39
Hex 9E 2C 27 0 48 4B 26 3 3C 27
Octal 236 54 47 0 110 113 46 3 74 47
Binary 10011110 101100 100111 0 1001000 1001011 100110 11 111100 100111

Color Harmonies of #9E2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2C27

Black with #9E2C27

Text Example


Text Example

White with #9E2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,44,39); }

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

background-color css

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

 a { background-color: rgb(158,44,39); }

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

border-color css

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

 span { border-color: rgb(158,44,39); }

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