Html Css Color HEX #9E3416 Burnt Umber

📋 copy color: '#9E3416'

red 158 ◦ green 52 ◦ blue 22

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

Shades of Burnt Umber #9E3416

Tints of Burnt Umber #9E3416

RGB

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

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

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

R = 68.1%
G = 22.41%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E3416 (or 0x9E3416) is known color: Burnt Umber. HEX triplet: 9E, 34 and 16. RGB value is (158,52,22). Sum of RGB (Red+Green+Blue) = 158+52+22=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3416 is #61CBE9. Grayscale: #505050. Windows color (decimal): -6409194 or 1455262. OLE color: 1455262.

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

Color convert

RGB 158 52 22 -
CMYK 0 0.67 0.86 0.38
HSL 13.24º 0.76% 0.35% -
HSV(B) 13.24º 0.86% 0.62% -
XYZ 15.47 9.78 1.83 -
YUV 80.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 158 52 22 0 0.67 0.86 0.38 13.24 0.76 0.35
Hex 9E 34 16 0 43 56 26 D 4C 23
Octal 236 64 26 0 103 126 46 15 114 43
Binary 10011110 110100 10110 0 1000011 1010110 100110 1101 1001100 100011

Color Harmonies of #9E3416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3416

Black with #9E3416

Text Example


Text Example

White with #9E3416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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