Html Css Color HEX #8F2814 Burnt Umber

📋 copy color: '#8F2814'

red 143 ◦ green 40 ◦ blue 20

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

Shades of Burnt Umber #8F2814

Tints of Burnt Umber #8F2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 70.44%
G = 19.7%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#8F2814 (or 0x8F2814) is known color: Burnt Umber. HEX triplet: 8F, 28 and 14. RGB value is (143,40,20). Sum of RGB (Red+Green+Blue) = 143+40+20=203 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.44% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2814 is #70D7EB. Grayscale: #444444. Windows color (decimal): -7395308 or 1321103. OLE color: 1321103.

HSL color Cylindrical-coordinate representation of color #8F2814: hue angle of 9.76º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F2814 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 40 20 -
CMYK 0 0.72 0.86 0.44
HSL 9.76º 0.75% 0.32% -
HSV(B) 9.76º 0.86% 0.56% -
XYZ 12.21 7.41 1.45 -
YUV 68.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 143 40 20 0 0.72 0.86 0.44 9.76 0.75 0.32
Hex 8F 28 14 0 48 56 2C A 4B 20
Octal 217 50 24 0 110 126 54 12 113 40
Binary 10001111 101000 10100 0 1001000 1010110 101100 1010 1001011 100000

Color Harmonies of #8F2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2814

Black with #8F2814

Text Example


Text Example

White with #8F2814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,40,20); }

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

background-color css

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

 a { background-color: rgb(143,40,20); }

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

border-color css

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

 span { border-color: rgb(143,40,20); }

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