Html Css Color HEX #8D341B Burnt Umber

📋 copy color: '#8D341B'

red 141 ◦ green 52 ◦ blue 27

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

Shades of Burnt Umber #8D341B

Tints of Burnt Umber #8D341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.27%

R = 64.09%
G = 23.64%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D341B (or 0x8D341B) is known color: Burnt Umber. HEX triplet: 8D, 34 and 1B. RGB value is (141,52,27). Sum of RGB (Red+Green+Blue) = 141+52+27=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D341B is #72CBE4. Grayscale: #4B4B4B. Windows color (decimal): -7523301 or 1782925. OLE color: 1782925.

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

Color convert

RGB 141 52 27 -
CMYK 0 0.63 0.81 0.45
HSL 13.16º 0.68% 0.33% -
HSV(B) 13.16º 0.81% 0.55% -
XYZ 12.41 8.2 1.97 -
YUV 75.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 141 52 27 0 0.63 0.81 0.45 13.16 0.68 0.33
Hex 8D 34 1B 0 3F 51 2D D 44 21
Octal 215 64 33 0 77 121 55 15 104 41
Binary 10001101 110100 11011 0 111111 1010001 101101 1101 1000100 100001

Color Harmonies of #8D341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D341B

Black with #8D341B

Text Example


Text Example

White with #8D341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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