#8B3326

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

Shades of Burnt Umber #8B3326

Tints of Burnt Umber #8B3326

Color information

#8B3326 (or 0x8B3326) is unknown color: approx Burnt Umber. HEX triplet: 8B, 33 and 26. RGB value is (139,51,38). Sum of RGB (Red+Green+Blue) = 139+51+38=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3326 is #74CCD9. Grayscale: #4B4B4B. Windows color (decimal): -7654618 or 2503563. OLE color: 2503563.

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

Color convert

RGB1395138-
CMYK00.630.730.45
HSL7.72º57.06%34.71%-
HSV(B)7.72º72.66%54.51%-
XYZ12.1882.74-
YUV75.83106.65173.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.96%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 38 (15.23% from 255) = 16.67%
R=60.96%
G=22.37%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139513800.630.730.457.7257.0634.71
Hex8B332603F492D83923
Octal213634607711155107143
Binary10001011110011100110011111110010011011011000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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