#8B2E1B

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

Shades of Burnt Umber #8B2E1B

Tints of Burnt Umber #8B2E1B

Color information

#8B2E1B (or 0x8B2E1B) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2E and 1B. RGB value is (139,46,27). Sum of RGB (Red+Green+Blue) = 139+46+27=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E1B is #74D1E4. Grayscale: #474747. Windows color (decimal): -7655909 or 1781387. OLE color: 1781387.

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

Color convert

RGB1394627-
CMYK00.670.810.45
HSL10.18º67.47%32.55%-
HSV(B)10.18º80.58%54.51%-
XYZ11.827.521.87-
YUV71.64102.81176.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.57%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=65.57%
G=21.70%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139462700.670.810.4510.1867.4732.55
Hex8B2E1B043512Da4321
Octal21356330103121551210341
Binary100010111011101101101000011101000110110110101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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