Html Css Color HEX #8F2E11 Burnt Umber

📋 copy color: '#8F2E11'

red 143 ◦ green 46 ◦ blue 17

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

Shades of Burnt Umber #8F2E11

Tints of Burnt Umber #8F2E11

RGB

 RED value IS 143 (56.25% from 255) = 69.42%

 GREEN value IS 46 (18.36% from 255) = 22.33%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 69.42%
G = 22.33%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#8F2E11 (or 0x8F2E11) is known color: Burnt Umber. HEX triplet: 8F, 2E and 11. RGB value is (143,46,17). Sum of RGB (Red+Green+Blue) = 143+46+17=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2E11 is #70D1EE. Grayscale: #474747. Windows color (decimal): -7393775 or 1126031. OLE color: 1126031.

HSL color Cylindrical-coordinate representation of color #8F2E11: hue angle of 13.81º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F2E11 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 46 17 -
CMYK 0 0.68 0.88 0.44
HSL 13.81º 0.79% 0.31% -
HSV(B) 13.81º 0.88% 0.56% -
XYZ 12.41 7.83 1.39 -
YUV 71.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 143 46 17 0 0.68 0.88 0.44 13.81 0.79 0.31
Hex 8F 2E 11 0 44 58 2C E 4F 1F
Octal 217 56 21 0 104 130 54 16 117 37
Binary 10001111 101110 10001 0 1000100 1011000 101100 1110 1001111 11111

Color Harmonies of #8F2E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2E11

Black with #8F2E11

Text Example


Text Example

White with #8F2E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,46,17); }

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

background-color css

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

 a { background-color: rgb(143,46,17); }

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

border-color css

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

 span { border-color: rgb(143,46,17); }

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