Html Css Color HEX #8D280D Burnt Umber

📋 copy color: '#8D280D'

red 141 ◦ green 40 ◦ blue 13

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

Shades of Burnt Umber #8D280D

Tints of Burnt Umber #8D280D

RGB

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

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

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

R = 72.68%
G = 20.62%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D280D (or 0x8D280D) is known color: Burnt Umber. HEX triplet: 8D, 28 and 0D. RGB value is (141,40,13). Sum of RGB (Red+Green+Blue) = 141+40+13=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D280D is #72D7F2. Grayscale: #434343. Windows color (decimal): -7526387 or 862349. OLE color: 862349.

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

Color convert

RGB 141 40 13 -
CMYK 0 0.72 0.91 0.45
HSL 12.66º 0.83% 0.3% -
HSV(B) 12.66º 0.91% 0.55% -
XYZ 11.82 7.21 1.15 -
YUV 67.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 141 40 13 0 0.72 0.91 0.45 12.66 0.83 0.3
Hex 8D 28 D 0 48 5B 2D D 53 1E
Octal 215 50 15 0 110 133 55 15 123 36
Binary 10001101 101000 1101 0 1001000 1011011 101101 1101 1010011 11110

Color Harmonies of #8D280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D280D

Black with #8D280D

Text Example


Text Example

White with #8D280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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