Html Css Color HEX #9E201F Brown

📋 copy color: '#9E201F'

red 158 ◦ green 32 ◦ blue 31

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

Shades of Brown #9E201F

Tints of Brown #9E201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 71.49%
G = 14.48%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E201F (or 0x9E201F) is known color: Brown. HEX triplet: 9E, 20 and 1F. RGB value is (158,32,31). Sum of RGB (Red+Green+Blue) = 158+32+31=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E201F is #61DFE0. Grayscale: #454545. Windows color (decimal): -6414305 or 2039966. OLE color: 2039966.

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

Color convert

RGB 158 32 31 -
CMYK 0 0.80 0.80 0.38
HSL 0.47º 0.67% 0.37% -
HSV(B) 0.47º 0.8% 0.62% -
XYZ 14.86 8.4 2.13 -
YUV 69.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 158 32 31 0 0.80 0.80 0.38 0.47 0.67 0.37
Hex 9E 20 1F 0 50 50 26 0 43 25
Octal 236 40 37 0 120 120 46 0 103 45
Binary 10011110 100000 11111 0 1010000 1010000 100110 0 1000011 100101

Color Harmonies of #9E201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E201F

Black with #9E201F

Text Example


Text Example

White with #9E201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,32,31); }

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

background-color css

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

 a { background-color: rgb(158,32,31); }

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

border-color css

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

 span { border-color: rgb(158,32,31); }

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