Html Css Color HEX #8F2D15 Burnt Umber

📋 copy color: '#8F2D15'

red 143 ◦ green 45 ◦ blue 21

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

Shades of Burnt Umber #8F2D15

Tints of Burnt Umber #8F2D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.53%

 BLUE value IS 21 (8.59% from 255) = 10.05%

R = 68.42%
G = 21.53%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8F2D15 (or 0x8F2D15) is known color: Burnt Umber. HEX triplet: 8F, 2D and 15. RGB value is (143,45,21). Sum of RGB (Red+Green+Blue) = 143+45+21=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2D15 is #70D2EA. Grayscale: #474747. Windows color (decimal): -7394027 or 1387919. OLE color: 1387919.

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

Color convert

RGB 143 45 21 -
CMYK 0 0.69 0.85 0.44
HSL 11.8º 0.74% 0.32% -
HSV(B) 11.8º 0.85% 0.56% -
XYZ 12.4 7.77 1.56 -
YUV 71.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 143 45 21 0 0.69 0.85 0.44 11.8 0.74 0.32
Hex 8F 2D 15 0 45 55 2C C 4A 20
Octal 217 55 25 0 105 125 54 14 112 40
Binary 10001111 101101 10101 0 1000101 1010101 101100 1100 1001010 100000

Color Harmonies of #8F2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2D15

Black with #8F2D15

Text Example


Text Example

White with #8F2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,45,21); }

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

background-color css

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

 a { background-color: rgb(143,45,21); }

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

border-color css

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

 span { border-color: rgb(143,45,21); }

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