#8B280B

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

Shades of Burnt Umber #8B280B

Tints of Burnt Umber #8B280B

Color information

#8B280B (or 0x8B280B) is unknown color: approx Burnt Umber. HEX triplet: 8B, 28 and 0B. RGB value is (139,40,11). Sum of RGB (Red+Green+Blue) = 139+40+11=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B280B is #74D7F4. Grayscale: #424242. Windows color (decimal): -7657461 or 731275. OLE color: 731275.

HSL color Cylindrical-coordinate representation of color #8B280B: hue angle of 13.59º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B280B is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB1394011-
CMYK00.710.920.45
HSL13.59º85.33%29.41%-
HSV(B)13.59º92.09%54.51%-
XYZ11.477.031.07-
YUV66.396.8179.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.16%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=73.16%
G=21.05%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139401100.710.920.4513.5985.3329.41
Hex8B28B0475C2De551d
Octal21350130107134551612535
Binary1000101110100010110100011110111001011011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,11); }

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

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

 a { background-color: rgb(139,40,11); }

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

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

 span { border-color: rgb(139,40,11); }

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