Html Css Color HEX #8D3110 Burnt Umber

📋 copy color: '#8D3110'

red 141 ◦ green 49 ◦ blue 16

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

Shades of Burnt Umber #8D3110

Tints of Burnt Umber #8D3110

RGB

 RED value IS 141 (55.47% from 255) = 68.45%

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 68.45%
G = 23.79%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D3110 (or 0x8D3110) is known color: Burnt Umber. HEX triplet: 8D, 31 and 10. RGB value is (141,49,16). Sum of RGB (Red+Green+Blue) = 141+49+16=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3110 is #72CEEF. Grayscale: #484848. Windows color (decimal): -7524080 or 1061261. OLE color: 1061261.

HSL color Cylindrical-coordinate representation of color #8D3110: hue angle of 15.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D3110 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 49 16 -
CMYK 0 0.65 0.89 0.45
HSL 15.84º 0.8% 0.31% -
HSV(B) 15.84º 0.89% 0.55% -
XYZ 12.18 7.9 1.37 -
YUV 72.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 141 49 16 0 0.65 0.89 0.45 15.84 0.8 0.31
Hex 8D 31 10 0 41 59 2D 10 50 1F
Octal 215 61 20 0 101 131 55 20 120 37
Binary 10001101 110001 10000 0 1000001 1011001 101101 10000 1010000 11111

Color Harmonies of #8D3110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3110

Black with #8D3110

Text Example


Text Example

White with #8D3110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,49,16); }

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

background-color css

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

 a { background-color: rgb(141,49,16); }

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

border-color css

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

 span { border-color: rgb(141,49,16); }

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