Html Css Color HEX #9E331E Burnt Umber

📋 copy color: '#9E331E'

red 158 ◦ green 51 ◦ blue 30

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

Shades of Burnt Umber #9E331E

Tints of Burnt Umber #9E331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 30 (12.11% from 255) = 12.55%

R = 66.11%
G = 21.34%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9E331E (or 0x9E331E) is known color: Burnt Umber. HEX triplet: 9E, 33 and 1E. RGB value is (158,51,30). Sum of RGB (Red+Green+Blue) = 158+51+30=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E331E is #61CCE1. Grayscale: #505050. Windows color (decimal): -6409442 or 1979294. OLE color: 1979294.

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

Color convert

RGB 158 51 30 -
CMYK 0 0.68 0.81 0.38
HSL 9.84º 0.68% 0.37% -
HSV(B) 9.84º 0.81% 0.62% -
XYZ 15.52 9.73 2.29 -
YUV 80.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 158 51 30 0 0.68 0.81 0.38 9.84 0.68 0.37
Hex 9E 33 1E 0 44 51 26 A 44 25
Octal 236 63 36 0 104 121 46 12 104 45
Binary 10011110 110011 11110 0 1000100 1010001 100110 1010 1000100 100101

Color Harmonies of #9E331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E331E

Black with #9E331E

Text Example


Text Example

White with #9E331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,51,30); }

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

background-color css

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

 a { background-color: rgb(158,51,30); }

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

border-color css

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

 span { border-color: rgb(158,51,30); }

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