Html Css Color HEX #8D301D Burnt Umber

📋 copy color: '#8D301D'

red 141 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #8D301D

Tints of Burnt Umber #8D301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 64.68%
G = 22.02%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D301D (or 0x8D301D) is known color: Burnt Umber. HEX triplet: 8D, 30 and 1D. RGB value is (141,48,29). Sum of RGB (Red+Green+Blue) = 141+48+29=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D301D is #72CFE2. Grayscale: #494949. Windows color (decimal): -7524323 or 1912973. OLE color: 1912973.

HSL color Cylindrical-coordinate representation of color #8D301D: hue angle of 10.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D301D is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 48 29 -
CMYK 0 0.66 0.79 0.45
HSL 10.18º 0.66% 0.33% -
HSV(B) 10.18º 0.79% 0.55% -
XYZ 12.26 7.87 2.03 -
YUV 73.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 141 48 29 0 0.66 0.79 0.45 10.18 0.66 0.33
Hex 8D 30 1D 0 42 4F 2D A 42 21
Octal 215 60 35 0 102 117 55 12 102 41
Binary 10001101 110000 11101 0 1000010 1001111 101101 1010 1000010 100001

Color Harmonies of #8D301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D301D

Black with #8D301D

Text Example


Text Example

White with #8D301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,48,29); }

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

background-color css

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

 a { background-color: rgb(141,48,29); }

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

border-color css

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

 span { border-color: rgb(141,48,29); }

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