Html Css Color HEX #8D3013 Burnt Umber

📋 copy color: '#8D3013'

red 141 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #8D3013

Tints of Burnt Umber #8D3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 67.79%
G = 23.08%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#8D3013 (or 0x8D3013) is known color: Burnt Umber. HEX triplet: 8D, 30 and 13. RGB value is (141,48,19). Sum of RGB (Red+Green+Blue) = 141+48+19=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3013 is #72CFEC. Grayscale: #484848. Windows color (decimal): -7524333 or 1257613. OLE color: 1257613.

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

Color convert

RGB 141 48 19 -
CMYK 0 0.66 0.87 0.45
HSL 14.26º 0.76% 0.31% -
HSV(B) 14.26º 0.87% 0.55% -
XYZ 12.16 7.82 1.49 -
YUV 72.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 141 48 19 0 0.66 0.87 0.45 14.26 0.76 0.31
Hex 8D 30 13 0 42 57 2D E 4C 1F
Octal 215 60 23 0 102 127 55 16 114 37
Binary 10001101 110000 10011 0 1000010 1010111 101101 1110 1001100 11111

Color Harmonies of #8D3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3013

Black with #8D3013

Text Example


Text Example

White with #8D3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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