Html Css Color HEX #8D341C Burnt Umber

📋 copy color: '#8D341C'

red 141 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #8D341C

Tints of Burnt Umber #8D341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 63.8%
G = 23.53%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8D341C (or 0x8D341C) is known color: Burnt Umber. HEX triplet: 8D, 34 and 1C. RGB value is (141,52,28). Sum of RGB (Red+Green+Blue) = 141+52+28=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D341C is #72CBE3. Grayscale: #4C4C4C. Windows color (decimal): -7523300 or 1848461. OLE color: 1848461.

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

Color convert

RGB 141 52 28 -
CMYK 0 0.63 0.80 0.45
HSL 12.74º 0.67% 0.33% -
HSV(B) 12.74º 0.8% 0.55% -
XYZ 12.42 8.2 2.03 -
YUV 75.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 141 52 28 0 0.63 0.80 0.45 12.74 0.67 0.33
Hex 8D 34 1C 0 3F 50 2D D 43 21
Octal 215 64 34 0 77 120 55 15 103 41
Binary 10001101 110100 11100 0 111111 1010000 101101 1101 1000011 100001

Color Harmonies of #8D341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D341C

Black with #8D341C

Text Example


Text Example

White with #8D341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,52,28); }

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

background-color css

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

 a { background-color: rgb(141,52,28); }

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

border-color css

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

 span { border-color: rgb(141,52,28); }

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