Html Css Color HEX #9E341A Burnt Umber

📋 copy color: '#9E341A'

red 158 ◦ green 52 ◦ blue 26

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

Shades of Burnt Umber #9E341A

Tints of Burnt Umber #9E341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 66.95%
G = 22.03%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E341A (or 0x9E341A) is known color: Burnt Umber. HEX triplet: 9E, 34 and 1A. RGB value is (158,52,26). Sum of RGB (Red+Green+Blue) = 158+52+26=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E341A is #61CBE5. Grayscale: #505050. Windows color (decimal): -6409190 or 1717406. OLE color: 1717406.

HSL color Cylindrical-coordinate representation of color #9E341A: hue angle of 11.82º 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 #9E341A is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 52 26 -
CMYK 0 0.67 0.84 0.38
HSL 11.82º 0.72% 0.36% -
HSV(B) 11.82º 0.84% 0.62% -
XYZ 15.52 9.8 2.05 -
YUV 80.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 158 52 26 0 0.67 0.84 0.38 11.82 0.72 0.36
Hex 9E 34 1A 0 43 54 26 C 48 24
Octal 236 64 32 0 103 124 46 14 110 44
Binary 10011110 110100 11010 0 1000011 1010100 100110 1100 1001000 100100

Color Harmonies of #9E341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E341A

Black with #9E341A

Text Example


Text Example

White with #9E341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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