Html Css Color HEX #8D280A Burnt Umber

📋 copy color: '#8D280A'

red 141 ◦ green 40 ◦ blue 10

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

Shades of Burnt Umber #8D280A

Tints of Burnt Umber #8D280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 73.82%
G = 20.94%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8D280A (or 0x8D280A) is known color: Burnt Umber. HEX triplet: 8D, 28 and 0A. RGB value is (141,40,10). Sum of RGB (Red+Green+Blue) = 141+40+10=191 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.82% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 141 - color contains mainly: red. Hex color #8D280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D280A is #72D7F5. Grayscale: #424242. Windows color (decimal): -7526390 or 665741. OLE color: 665741.

HSL color Cylindrical-coordinate representation of color #8D280A: hue angle of 13.74º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D280A is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 40 10 -
CMYK 0 0.72 0.93 0.45
HSL 13.74º 0.87% 0.3% -
HSV(B) 13.74º 0.93% 0.55% -
XYZ 11.8 7.2 1.06 -
YUV 66.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 141 40 10 0 0.72 0.93 0.45 13.74 0.87 0.3
Hex 8D 28 A 0 48 5D 2D E 57 1E
Octal 215 50 12 0 110 135 55 16 127 36
Binary 10001101 101000 1010 0 1001000 1011101 101101 1110 1010111 11110

Color Harmonies of #8D280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D280A

Black with #8D280A

Text Example


Text Example

White with #8D280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,40,10); }

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

background-color css

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

 a { background-color: rgb(141,40,10); }

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

border-color css

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

 span { border-color: rgb(141,40,10); }

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