Html Css Color HEX #8F321F Burnt Umber

📋 copy color: '#8F321F'

red 143 ◦ green 50 ◦ blue 31

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

Shades of Burnt Umber #8F321F

Tints of Burnt Umber #8F321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 63.84%
G = 22.32%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F321F (or 0x8F321F) is known color: Burnt Umber. HEX triplet: 8F, 32 and 1F. RGB value is (143,50,31). Sum of RGB (Red+Green+Blue) = 143+50+31=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F321F is #70CDE0. Grayscale: #4B4B4B. Windows color (decimal): -7392737 or 2044559. OLE color: 2044559.

HSL color Cylindrical-coordinate representation of color #8F321F: hue angle of 10.18º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F321F is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 50 31 -
CMYK 0 0.65 0.78 0.44
HSL 10.18º 0.64% 0.34% -
HSV(B) 10.18º 0.78% 0.56% -
XYZ 12.72 8.22 2.21 -
YUV 75.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 143 50 31 0 0.65 0.78 0.44 10.18 0.64 0.34
Hex 8F 32 1F 0 41 4E 2C A 40 22
Octal 217 62 37 0 101 116 54 12 100 42
Binary 10001111 110010 11111 0 1000001 1001110 101100 1010 1000000 100010

Color Harmonies of #8F321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F321F

Black with #8F321F

Text Example


Text Example

White with #8F321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,50,31); }

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

background-color css

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

 a { background-color: rgb(143,50,31); }

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

border-color css

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

 span { border-color: rgb(143,50,31); }

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