#8B2B0B

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

Shades of Burnt Umber #8B2B0B

Tints of Burnt Umber #8B2B0B

Color information

#8B2B0B (or 0x8B2B0B) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2B and 0B. RGB value is (139,43,11). Sum of RGB (Red+Green+Blue) = 139+43+11=193 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.02% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2B0B is #74D4F4. Grayscale: #444444. Windows color (decimal): -7656693 or 732043. OLE color: 732043.

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

Color convert

RGB1394311-
CMYK00.690.920.45
HSL15º85.33%29.41%-
HSV(B)15º92.09%54.51%-
XYZ11.577.241.1-
YUV68.0695.8178.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.02%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 11 (4.69% from 255) = 5.70%
R=72.02%
G=22.28%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139431100.690.920.451585.3329.41
Hex8B2BB0455C2Df551d
Octal21353130105134551712535
Binary1000101110101110110100010110111001011011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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