Html Css Color HEX #9E271A Brown

📋 copy color: '#9E271A'

red 158 ◦ green 39 ◦ blue 26

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

Shades of Brown #9E271A

Tints of Brown #9E271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 70.85%
G = 17.49%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E271A (or 0x9E271A) is known color: Brown. HEX triplet: 9E, 27 and 1A. RGB value is (158,39,26). Sum of RGB (Red+Green+Blue) = 158+39+26=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E271A is #61D8E5. Grayscale: #494949. Windows color (decimal): -6412518 or 1714078. OLE color: 1714078.

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

Color convert

RGB 158 39 26 -
CMYK 0 0.75 0.84 0.38
HSL 5.91º 0.72% 0.36% -
HSV(B) 5.91º 0.84% 0.62% -
XYZ 15.01 8.79 1.88 -
YUV 73.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 158 39 26 0 0.75 0.84 0.38 5.91 0.72 0.36
Hex 9E 27 1A 0 4B 54 26 6 48 24
Octal 236 47 32 0 113 124 46 6 110 44
Binary 10011110 100111 11010 0 1001011 1010100 100110 110 1001000 100100

Color Harmonies of #9E271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E271A

Black with #9E271A

Text Example


Text Example

White with #9E271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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