Html Css Color HEX #8D331D Burnt Umber

📋 copy color: '#8D331D'

red 141 ◦ green 51 ◦ blue 29

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

Shades of Burnt Umber #8D331D

Tints of Burnt Umber #8D331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

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

R = 63.8%
G = 23.08%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D331D (or 0x8D331D) is known color: Burnt Umber. HEX triplet: 8D, 33 and 1D. RGB value is (141,51,29). Sum of RGB (Red+Green+Blue) = 141+51+29=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D331D is #72CCE2. Grayscale: #4B4B4B. Windows color (decimal): -7523555 or 1913741. OLE color: 1913741.

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

Color convert

RGB 141 51 29 -
CMYK 0 0.64 0.79 0.45
HSL 11.79º 0.66% 0.33% -
HSV(B) 11.79º 0.79% 0.55% -
XYZ 12.39 8.12 2.08 -
YUV 75.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 141 51 29 0 0.64 0.79 0.45 11.79 0.66 0.33
Hex 8D 33 1D 0 40 4F 2D C 42 21
Octal 215 63 35 0 100 117 55 14 102 41
Binary 10001101 110011 11101 0 1000000 1001111 101101 1100 1000010 100001

Color Harmonies of #8D331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D331D

Black with #8D331D

Text Example


Text Example

White with #8D331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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