Html Css Color HEX #8F280E Burnt Umber

📋 copy color: '#8F280E'

red 143 ◦ green 40 ◦ blue 14

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

Shades of Burnt Umber #8F280E

Tints of Burnt Umber #8F280E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 72.59%
G = 20.3%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F280E (or 0x8F280E) is known color: Burnt Umber. HEX triplet: 8F, 28 and 0E. RGB value is (143,40,14). Sum of RGB (Red+Green+Blue) = 143+40+14=197 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.59% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 143 - color contains mainly: red. Hex color #8F280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F280E is #70D7F1. Grayscale: #444444. Windows color (decimal): -7395314 or 927887. OLE color: 927887.

HSL color Cylindrical-coordinate representation of color #8F280E: hue angle of 12.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F280E is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 40 14 -
CMYK 0 0.72 0.90 0.44
HSL 12.09º 0.82% 0.31% -
HSV(B) 12.09º 0.9% 0.56% -
XYZ 12.17 7.39 1.2 -
YUV 67.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 143 40 14 0 0.72 0.90 0.44 12.09 0.82 0.31
Hex 8F 28 E 0 48 5A 2C C 52 1F
Octal 217 50 16 0 110 132 54 14 122 37
Binary 10001111 101000 1110 0 1001000 1011010 101100 1100 1010010 11111

Color Harmonies of #8F280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F280E

Black with #8F280E

Text Example


Text Example

White with #8F280E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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