Html Css Color HEX #8D2B16 Burnt Umber

📋 copy color: '#8D2B16'

red 141 ◦ green 43 ◦ blue 22

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

Shades of Burnt Umber #8D2B16

Tints of Burnt Umber #8D2B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.87%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 68.45%
G = 20.87%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8D2B16 (or 0x8D2B16) is known color: Burnt Umber. HEX triplet: 8D, 2B and 16. RGB value is (141,43,22). Sum of RGB (Red+Green+Blue) = 141+43+22=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2B16 is #72D4E9. Grayscale: #464646. Windows color (decimal): -7525610 or 1452941. OLE color: 1452941.

HSL color Cylindrical-coordinate representation of color #8D2B16: hue angle of 10.59º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D2B16 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 43 22 -
CMYK 0 0.70 0.84 0.45
HSL 10.59º 0.73% 0.32% -
HSV(B) 10.59º 0.84% 0.55% -
XYZ 11.99 7.45 1.56 -
YUV 69.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 141 43 22 0 0.70 0.84 0.45 10.59 0.73 0.32
Hex 8D 2B 16 0 46 54 2D B 49 20
Octal 215 53 26 0 106 124 55 13 111 40
Binary 10001101 101011 10110 0 1000110 1010100 101101 1011 1001001 100000

Color Harmonies of #8D2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2B16

Black with #8D2B16

Text Example


Text Example

White with #8D2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,43,22); }

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

background-color css

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

 a { background-color: rgb(141,43,22); }

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

border-color css

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

 span { border-color: rgb(141,43,22); }

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