Html Css Color HEX #9E3413 Burnt Umber

📋 copy color: '#9E3413'

red 158 ◦ green 52 ◦ blue 19

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

Shades of Burnt Umber #9E3413

Tints of Burnt Umber #9E3413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 69%
G = 22.71%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9E3413 (or 0x9E3413) is known color: Burnt Umber. HEX triplet: 9E, 34 and 13. RGB value is (158,52,19). Sum of RGB (Red+Green+Blue) = 158+52+19=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3413 is #61CBEC. Grayscale: #505050. Windows color (decimal): -6409197 or 1258654. OLE color: 1258654.

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

Color convert

RGB 158 52 19 -
CMYK 0 0.67 0.88 0.38
HSL 14.24º 0.79% 0.35% -
HSV(B) 14.24º 0.88% 0.62% -
XYZ 15.45 9.77 1.69 -
YUV 79.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 158 52 19 0 0.67 0.88 0.38 14.24 0.79 0.35
Hex 9E 34 13 0 43 58 26 E 4F 23
Octal 236 64 23 0 103 130 46 16 117 43
Binary 10011110 110100 10011 0 1000011 1011000 100110 1110 1001111 100011

Color Harmonies of #9E3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3413

Black with #9E3413

Text Example


Text Example

White with #9E3413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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