Html Css Color HEX #8F2F0F Burnt Umber

📋 copy color: '#8F2F0F'

red 143 ◦ green 47 ◦ blue 15

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

Shades of Burnt Umber #8F2F0F

Tints of Burnt Umber #8F2F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.93%

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 69.76%
G = 22.93%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F2F0F (or 0x8F2F0F) is known color: Burnt Umber. HEX triplet: 8F, 2F and 0F. RGB value is (143,47,15). Sum of RGB (Red+Green+Blue) = 143+47+15=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2F0F is #70D0F0. Grayscale: #484848. Windows color (decimal): -7393521 or 995215. OLE color: 995215.

HSL color Cylindrical-coordinate representation of color #8F2F0F: hue angle of 15º degrees, saturation: 0.81, 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 #8F2F0F is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 47 15 -
CMYK 0 0.67 0.90 0.44
HSL 15º 0.81% 0.31% -
HSV(B) 15º 0.9% 0.56% -
XYZ 12.43 7.91 1.32 -
YUV 72.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 143 47 15 0 0.67 0.90 0.44 15 0.81 0.31
Hex 8F 2F F 0 43 5A 2C F 51 1F
Octal 217 57 17 0 103 132 54 17 121 37
Binary 10001111 101111 1111 0 1000011 1011010 101100 1111 1010001 11111

Color Harmonies of #8F2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2F0F

Black with #8F2F0F

Text Example


Text Example

White with #8F2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,47,15); }

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

background-color css

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

 a { background-color: rgb(143,47,15); }

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

border-color css

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

 span { border-color: rgb(143,47,15); }

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