#8B2D1D

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

Shades of Burnt Umber #8B2D1D

Tints of Burnt Umber #8B2D1D

Color information

#8B2D1D (or 0x8B2D1D) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2D and 1D. RGB value is (139,45,29). Sum of RGB (Red+Green+Blue) = 139+45+29=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2D1D is #74D2E2. Grayscale: #474747. Windows color (decimal): -7656163 or 1912203. OLE color: 1912203.

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

Color convert

RGB1394529-
CMYK00.680.790.45
HSL8.73º65.48%32.94%-
HSV(B)8.73º79.14%54.51%-
XYZ11.817.451.98-
YUV71.28104.14176.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.26%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=65.26%
G=21.13%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139452900.680.790.458.7365.4832.94
Hex8B2D1D0444F2D94121
Octal21355350104117551110141
Binary100010111011011110101000100100111110110110011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,45,29); }

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

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

 a { background-color: rgb(139,45,29); }

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

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

 span { border-color: rgb(139,45,29); }

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