Html Css Color HEX #9E2916 Brown

📋 copy color: '#9E2916'

red 158 ◦ green 41 ◦ blue 22

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

Shades of Brown #9E2916

Tints of Brown #9E2916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

 BLUE value IS 22 (8.98% from 255) = 9.95%

R = 71.49%
G = 18.55%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E2916 (or 0x9E2916) is known color: Brown. HEX triplet: 9E, 29 and 16. RGB value is (158,41,22). Sum of RGB (Red+Green+Blue) = 158+41+22=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2916 is #61D6E9. Grayscale: #4A4A4A. Windows color (decimal): -6412010 or 1452446. OLE color: 1452446.

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

Color convert

RGB 158 41 22 -
CMYK 0 0.74 0.86 0.38
HSL 8.38º 0.76% 0.35% -
HSV(B) 8.38º 0.86% 0.62% -
XYZ 15.04 8.91 1.69 -
YUV 73.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 158 41 22 0 0.74 0.86 0.38 8.38 0.76 0.35
Hex 9E 29 16 0 4A 56 26 8 4C 23
Octal 236 51 26 0 112 126 46 10 114 43
Binary 10011110 101001 10110 0 1001010 1010110 100110 1000 1001100 100011

Color Harmonies of #9E2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2916

Black with #9E2916

Text Example


Text Example

White with #9E2916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,41,22); }

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

background-color css

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

 a { background-color: rgb(158,41,22); }

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

border-color css

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

 span { border-color: rgb(158,41,22); }

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