#8B2A0D

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

Shades of Burnt Umber #8B2A0D

Tints of Burnt Umber #8B2A0D

Color information

#8B2A0D (or 0x8B2A0D) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2A and 0D. RGB value is (139,42,13). Sum of RGB (Red+Green+Blue) = 139+42+13=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A0D is #74D5F2. Grayscale: #434343. Windows color (decimal): -7656947 or 862859. OLE color: 862859.

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

Color convert

RGB1394213-
CMYK00.700.910.45
HSL13.81º82.89%29.8%-
HSV(B)13.81º90.65%54.51%-
XYZ11.557.171.16-
YUV67.797.14178.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.65%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=71.65%
G=21.65%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139421300.700.910.4513.8182.8929.8
Hex8B2AD0465B2De531e
Octal21352150106133551612336
Binary1000101110101011010100011010110111011011110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,42,13); }

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

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

 a { background-color: rgb(139,42,13); }

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

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

 span { border-color: rgb(139,42,13); }

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