#8B2D0B

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

Shades of Burnt Umber #8B2D0B

Tints of Burnt Umber #8B2D0B

Color information

#8B2D0B (or 0x8B2D0B) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2D and 0B. RGB value is (139,45,11). Sum of RGB (Red+Green+Blue) = 139+45+11=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2D0B is #74D2F4. Grayscale: #454545. Windows color (decimal): -7656181 or 732555. OLE color: 732555.

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

Color convert

RGB1394511-
CMYK00.680.920.45
HSL15.94º85.33%29.41%-
HSV(B)15.94º92.09%54.51%-
XYZ11.657.391.13-
YUV69.2395.14177.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.28%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=71.28%
G=23.08%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139451100.680.920.4515.9485.3329.41
Hex8B2DB0445C2D10551d
Octal21355130104134552012535
Binary10001011101101101101000100101110010110110000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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