Html Css Color HEX #9E3313 Burnt Umber

📋 copy color: '#9E3313'

red 158 ◦ green 51 ◦ blue 19

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

Shades of Burnt Umber #9E3313

Tints of Burnt Umber #9E3313

RGB

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

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

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

R = 69.3%
G = 22.37%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9E3313 (or 0x9E3313) is known color: Burnt Umber. HEX triplet: 9E, 33 and 13. RGB value is (158,51,19). Sum of RGB (Red+Green+Blue) = 158+51+19=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3313 is #61CCEC. Grayscale: #4F4F4F. Windows color (decimal): -6409453 or 1258398. OLE color: 1258398.

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

Color convert

RGB 158 51 19 -
CMYK 0 0.68 0.88 0.38
HSL 13.81º 0.79% 0.35% -
HSV(B) 13.81º 0.88% 0.62% -
XYZ 15.4 9.68 1.67 -
YUV 79.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 158 51 19 0 0.68 0.88 0.38 13.81 0.79 0.35
Hex 9E 33 13 0 44 58 26 E 4F 23
Octal 236 63 23 0 104 130 46 16 117 43
Binary 10011110 110011 10011 0 1000100 1011000 100110 1110 1001111 100011

Color Harmonies of #9E3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3313

Black with #9E3313

Text Example


Text Example

White with #9E3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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