Html Css Color HEX #8E270C Burnt Umber

📋 copy color: '#8E270C'

red 142 ◦ green 39 ◦ blue 12

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

Shades of Burnt Umber #8E270C

Tints of Burnt Umber #8E270C

RGB

 RED value IS 142 (55.86% from 255) = 73.58%

 GREEN value IS 39 (15.63% from 255) = 20.21%

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

R = 73.58%
G = 20.21%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E270C (or 0x8E270C) is known color: Burnt Umber. HEX triplet: 8E, 27 and 0C. RGB value is (142,39,12). Sum of RGB (Red+Green+Blue) = 142+39+12=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E270C is #71D8F3. Grayscale: #424242. Windows color (decimal): -7461108 or 796558. OLE color: 796558.

HSL color Cylindrical-coordinate representation of color #8E270C: hue angle of 12.46º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E270C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 39 12 -
CMYK 0 0.73 0.92 0.44
HSL 12.46º 0.84% 0.3% -
HSV(B) 12.46º 0.92% 0.56% -
XYZ 11.95 7.23 1.11 -
YUV 66.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 142 39 12 0 0.73 0.92 0.44 12.46 0.84 0.3
Hex 8E 27 C 0 49 5C 2C C 54 1E
Octal 216 47 14 0 111 134 54 14 124 36
Binary 10001110 100111 1100 0 1001001 1011100 101100 1100 1010100 11110

Color Harmonies of #8E270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E270C

Black with #8E270C

Text Example


Text Example

White with #8E270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E270C; }

 p { color: rgb(142,39,12); }

 H1.HeaderClassName
 {
   color: #8E270C;
 }
 .AnyTagClassName
 {
   color: #8E270C;
 }
</style>

background-color css

<style>
 a { background-color: #8E270C; }

 a { background-color: rgb(142,39,12); }

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

border-color css

<style>
 span { border-color: #8E270C; }

 span { border-color: rgb(142,39,12); }

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