#8B2D1F

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

Shades of Burnt Umber #8B2D1F

Tints of Burnt Umber #8B2D1F

Color information

#8B2D1F (or 0x8B2D1F) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2D and 1F. RGB value is (139,45,31). Sum of RGB (Red+Green+Blue) = 139+45+31=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2D1F is #74D2E0. Grayscale: #474747. Windows color (decimal): -7656161 or 2043275. OLE color: 2043275.

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

Color convert

RGB1394531-
CMYK00.680.780.45
HSL7.78º63.53%33.33%-
HSV(B)7.78º77.7%54.51%-
XYZ11.837.462.11-
YUV71.51105.14176.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 45 (17.97% from 255) = 20.93%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=64.65%
G=20.93%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139453100.680.780.457.7863.5333.33
Hex8B2D1F0444E2D84021
Octal21355370104116551010041
Binary100010111011011111101000100100111010110110001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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