#8F260C

Color #8F260C Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #8F260C

Tints of Burnt Umber #8F260C

Color information

#8F260C (or 0x8F260C) is unknown color: approx Burnt Umber. HEX triplet: 8F, 26 and 0C. RGB value is (143,38,12). Sum of RGB (Red+Green+Blue) = 143+38+12=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F260C is #70D9F3. Grayscale: #424242. Windows color (decimal): -7395828 or 796303. OLE color: 796303.

HSL color Cylindrical-coordinate representation of color #8F260C: hue angle of 11.91º 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 #8F260C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1433812-
CMYK00.730.920.44
HSL11.91º84.52%30.39%-
HSV(B)11.91º91.61%56.08%-
XYZ12.097.251.11-
YUV66.4397.29182.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.09%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=74.09%
G=19.69%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143381200.730.920.4411.9184.5230.39
Hex8F26C0495C2Cc551e
Octal21746140111134541412536
Binary1000111110011011000100100110111001011001100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F260C;
 }
 .AnyTagClassName
 {
   color: #8F260C;
 }
</style>
background-color css

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

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

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

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

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

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