#8D260D

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

Shades of Burnt Umber #8D260D

Tints of Burnt Umber #8D260D

Color information

#8D260D (or 0x8D260D) is unknown color: approx Burnt Umber. HEX triplet: 8D, 26 and 0D. RGB value is (141,38,13). Sum of RGB (Red+Green+Blue) = 141+38+13=192 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.44% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 141 - color contains mainly: red. Hex color #8D260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D260D is #72D9F2. Grayscale: #424242. Windows color (decimal): -7526899 or 861837. OLE color: 861837.

HSL color Cylindrical-coordinate representation of color #8D260D: hue angle of 11.72º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D260D is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1413813-
CMYK00.730.910.45
HSL11.72º83.12%30.2%-
HSV(B)11.72º90.78%55.29%-
XYZ11.757.081.13-
YUV65.9598.12181.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.44%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=73.44%
G=19.79%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141381300.730.910.4511.7283.1230.2
Hex8D26D0495B2Dc531e
Octal21546150111133551412336
Binary1000110110011011010100100110110111011011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,38,13); }

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

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

 a { background-color: rgb(141,38,13); }

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

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

 span { border-color: rgb(141,38,13); }

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