#8B2A1E

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

Shades of Burnt Umber #8B2A1E

Tints of Burnt Umber #8B2A1E

Color information

#8B2A1E (or 0x8B2A1E) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2A and 1E. RGB value is (139,42,30). Sum of RGB (Red+Green+Blue) = 139+42+30=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A1E is #74D5E1. Grayscale: #454545. Windows color (decimal): -7656930 or 1976971. OLE color: 1976971.

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

Color convert

RGB1394230-
CMYK00.700.780.45
HSL6.61º64.5%33.14%-
HSV(B)6.61º78.42%54.51%-
XYZ11.717.242.01-
YUV69.64105.64177.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=65.88%
G=19.91%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139423000.700.780.456.6164.533.14
Hex8B2A1E0464E2D74021
Octal2135236010611655710041
Binary10001011101010111100100011010011101011011111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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