#8B3126

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

Shades of Burnt Umber #8B3126

Tints of Burnt Umber #8B3126

Color information

#8B3126 (or 0x8B3126) is unknown color: approx Burnt Umber. HEX triplet: 8B, 31 and 26. RGB value is (139,49,38). Sum of RGB (Red+Green+Blue) = 139+49+38=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3126 is #74CED9. Grayscale: #4A4A4A. Windows color (decimal): -7655130 or 2503051. OLE color: 2503051.

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

Color convert

RGB1394938-
CMYK00.650.730.45
HSL6.53º57.06%34.71%-
HSV(B)6.53º72.66%54.51%-
XYZ12.17.832.71-
YUV74.66107.32173.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=61.50%
G=21.68%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139493800.650.730.456.5357.0634.71
Hex8B3126041492D73923
Octal213614601011115577143
Binary10001011110001100110010000011001001101101111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,38); }

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

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

 a { background-color: rgb(139,49,38); }

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

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

 span { border-color: rgb(139,49,38); }

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