Html Css Color HEX #8D2A10 Burnt Umber

📋 copy color: '#8D2A10'

red 141 ◦ green 42 ◦ blue 16

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

Shades of Burnt Umber #8D2A10

Tints of Burnt Umber #8D2A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.11%

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

R = 70.85%
G = 21.11%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D2A10 (or 0x8D2A10) is known color: Burnt Umber. HEX triplet: 8D, 2A and 10. RGB value is (141,42,16). Sum of RGB (Red+Green+Blue) = 141+42+16=199 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.85% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2A10 is #72D5EF. Grayscale: #444444. Windows color (decimal): -7525872 or 1059469. OLE color: 1059469.

HSL color Cylindrical-coordinate representation of color #8D2A10: hue angle of 12.48º 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 #8D2A10 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 42 16 -
CMYK 0 0.70 0.89 0.45
HSL 12.48º 0.8% 0.31% -
HSV(B) 12.48º 0.89% 0.55% -
XYZ 11.91 7.36 1.28 -
YUV 68.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 141 42 16 0 0.70 0.89 0.45 12.48 0.8 0.31
Hex 8D 2A 10 0 46 59 2D C 50 1F
Octal 215 52 20 0 106 131 55 14 120 37
Binary 10001101 101010 10000 0 1000110 1011001 101101 1100 1010000 11111

Color Harmonies of #8D2A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2A10

Black with #8D2A10

Text Example


Text Example

White with #8D2A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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