#8B2C15

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

Shades of Burnt Umber #8B2C15

Tints of Burnt Umber #8B2C15

Color information

#8B2C15 (or 0x8B2C15) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2C and 15. RGB value is (139,44,21). Sum of RGB (Red+Green+Blue) = 139+44+21=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2C15 is #74D3EA. Grayscale: #454545. Windows color (decimal): -7656427 or 1387659. OLE color: 1387659.

HSL color Cylindrical-coordinate representation of color #8B2C15: hue angle of 11.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B2C15 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1394421-
CMYK00.680.850.45
HSL11.69º73.75%31.37%-
HSV(B)11.69º84.89%54.51%-
XYZ11.687.341.51-
YUV69.78100.47177.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.14%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=68.14%
G=21.57%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139442100.680.850.4511.6973.7531.37
Hex8B2C15044552Dc4a1f
Octal21354250104125551411237
Binary10001011101100101010100010010101011011011100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,44,21); }

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

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

 a { background-color: rgb(139,44,21); }

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

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

 span { border-color: rgb(139,44,21); }

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