#8B2E0D

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

Shades of Burnt Umber #8B2E0D

Tints of Burnt Umber #8B2E0D

Color information

#8B2E0D (or 0x8B2E0D) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2E and 0D. RGB value is (139,46,13). Sum of RGB (Red+Green+Blue) = 139+46+13=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2E0D is #74D1F2. Grayscale: #464646. Windows color (decimal): -7655923 or 863883. OLE color: 863883.

HSL color Cylindrical-coordinate representation of color #8B2E0D: hue angle of 15.71º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B2E0D is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1394613-
CMYK00.670.910.45
HSL15.71º82.89%29.8%-
HSV(B)15.71º90.65%54.51%-
XYZ11.77.471.21-
YUV70.0495.81177.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.20%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=70.20%
G=23.23%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139461300.670.910.4515.7182.8929.8
Hex8B2ED0435B2D10531e
Octal21356150103133552012336
Binary10001011101110110101000011101101110110110000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,46,13); }

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

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

 a { background-color: rgb(139,46,13); }

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

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

 span { border-color: rgb(139,46,13); }

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