Html Css Color HEX #9E2D0C Burnt Umber

📋 copy color: '#9E2D0C'

red 158 ◦ green 45 ◦ blue 12

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

Shades of Burnt Umber #9E2D0C

Tints of Burnt Umber #9E2D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.93%

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 73.49%
G = 20.93%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E2D0C (or 0x9E2D0C) is known color: Burnt Umber. HEX triplet: 9E, 2D and 0C. RGB value is (158,45,12). Sum of RGB (Red+Green+Blue) = 158+45+12=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2D0C is #61D2F3. Grayscale: #4B4B4B. Windows color (decimal): -6410996 or 798110. OLE color: 798110.

HSL color Cylindrical-coordinate representation of color #9E2D0C: hue angle of 13.56º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E2D0C is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 45 12 -
CMYK 0 0.72 0.92 0.38
HSL 13.56º 0.86% 0.33% -
HSV(B) 13.56º 0.92% 0.62% -
XYZ 15.11 9.17 1.32 -
YUV 75.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 158 45 12 0 0.72 0.92 0.38 13.56 0.86 0.33
Hex 9E 2D C 0 48 5C 26 E 56 21
Octal 236 55 14 0 110 134 46 16 126 41
Binary 10011110 101101 1100 0 1001000 1011100 100110 1110 1010110 100001

Color Harmonies of #9E2D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2D0C

Black with #9E2D0C

Text Example


Text Example

White with #9E2D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,45,12); }

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

background-color css

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

 a { background-color: rgb(158,45,12); }

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

border-color css

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

 span { border-color: rgb(158,45,12); }

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