#8D270D

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

Shades of Burnt Umber #8D270D

Tints of Burnt Umber #8D270D

Color information

#8D270D (or 0x8D270D) is unknown color: approx Burnt Umber. HEX triplet: 8D, 27 and 0D. RGB value is (141,39,13). Sum of RGB (Red+Green+Blue) = 141+39+13=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D270D is #72D8F2. Grayscale: #424242. Windows color (decimal): -7526643 or 862093. OLE color: 862093.

HSL color Cylindrical-coordinate representation of color #8D270D: hue angle of 12.19º 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 #8D270D is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1413913-
CMYK00.720.910.45
HSL12.19º83.12%30.2%-
HSV(B)12.19º90.78%55.29%-
XYZ11.787.141.14-
YUV66.5397.79181.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.06%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=73.06%
G=20.21%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141391300.720.910.4512.1983.1230.2
Hex8D27D0485B2Dc531e
Octal21547150110133551412336
Binary1000110110011111010100100010110111011011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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