Html Css Color HEX #8E260D Burnt Umber

📋 copy color: '#8E260D'

red 142 ◦ green 38 ◦ blue 13

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

Shades of Burnt Umber #8E260D

Tints of Burnt Umber #8E260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.69%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 73.58%
G = 19.69%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E260D (or 0x8E260D) is known color: Burnt Umber. HEX triplet: 8E, 26 and 0D. RGB value is (142,38,13). Sum of RGB (Red+Green+Blue) = 142+38+13=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E260D is #71D9F2. Grayscale: #424242. Windows color (decimal): -7461363 or 861838. OLE color: 861838.

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

Color convert

RGB 142 38 13 -
CMYK 0 0.73 0.91 0.44
HSL 11.63º 0.83% 0.3% -
HSV(B) 11.63º 0.91% 0.56% -
XYZ 11.92 7.17 1.14 -
YUV 66.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 142 38 13 0 0.73 0.91 0.44 11.63 0.83 0.3
Hex 8E 26 D 0 49 5B 2C C 53 1E
Octal 216 46 15 0 111 133 54 14 123 36
Binary 10001110 100110 1101 0 1001001 1011011 101100 1100 1010011 11110

Color Harmonies of #8E260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E260D

Black with #8E260D

Text Example


Text Example

White with #8E260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,38,13); }

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

background-color css

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

 a { background-color: rgb(142,38,13); }

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

border-color css

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

 span { border-color: rgb(142,38,13); }

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