Html Css Color HEX #8F311A Burnt Umber

📋 copy color: '#8F311A'

red 143 ◦ green 49 ◦ blue 26

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

Shades of Burnt Umber #8F311A

Tints of Burnt Umber #8F311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.48%

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 65.6%
G = 22.48%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F311A (or 0x8F311A) is known color: Burnt Umber. HEX triplet: 8F, 31 and 1A. RGB value is (143,49,26). Sum of RGB (Red+Green+Blue) = 143+49+26=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F311A is #70CEE5. Grayscale: #4A4A4A. Windows color (decimal): -7392998 or 1716623. OLE color: 1716623.

HSL color Cylindrical-coordinate representation of color #8F311A: hue angle of 11.79º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F311A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 49 26 -
CMYK 0 0.66 0.82 0.44
HSL 11.79º 0.69% 0.33% -
HSV(B) 11.79º 0.82% 0.56% -
XYZ 12.61 8.11 1.88 -
YUV 74.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 143 49 26 0 0.66 0.82 0.44 11.79 0.69 0.33
Hex 8F 31 1A 0 42 52 2C C 45 21
Octal 217 61 32 0 102 122 54 14 105 41
Binary 10001111 110001 11010 0 1000010 1010010 101100 1100 1000101 100001

Color Harmonies of #8F311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F311A

Black with #8F311A

Text Example


Text Example

White with #8F311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,49,26); }

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

background-color css

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

 a { background-color: rgb(143,49,26); }

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

border-color css

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

 span { border-color: rgb(143,49,26); }

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