Html Css Color HEX #8F270C Burnt Umber

📋 copy color: '#8F270C'

red 143 ◦ green 39 ◦ blue 12

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

Shades of Burnt Umber #8F270C

Tints of Burnt Umber #8F270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 73.71%
G = 20.1%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F270C (or 0x8F270C) is known color: Burnt Umber. HEX triplet: 8F, 27 and 0C. RGB value is (143,39,12). Sum of RGB (Red+Green+Blue) = 143+39+12=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F270C is #70D8F3. Grayscale: #434343. Windows color (decimal): -7395572 or 796559. OLE color: 796559.

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

Color convert

RGB 143 39 12 -
CMYK 0 0.73 0.92 0.44
HSL 12.37º 0.85% 0.3% -
HSV(B) 12.37º 0.92% 0.56% -
XYZ 12.12 7.32 1.12 -
YUV 67.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 143 39 12 0 0.73 0.92 0.44 12.37 0.85 0.3
Hex 8F 27 C 0 49 5C 2C C 55 1E
Octal 217 47 14 0 111 134 54 14 125 36
Binary 10001111 100111 1100 0 1001001 1011100 101100 1100 1010101 11110

Color Harmonies of #8F270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F270C

Black with #8F270C

Text Example


Text Example

White with #8F270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,39,12); }

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

background-color css

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

 a { background-color: rgb(143,39,12); }

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

border-color css

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

 span { border-color: rgb(143,39,12); }

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