#8B3127

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

Shades of Burnt Umber #8B3127

Tints of Burnt Umber #8B3127

Color information

#8B3127 (or 0x8B3127) is unknown color: approx Burnt Umber. HEX triplet: 8B, 31 and 27. RGB value is (139,49,39). Sum of RGB (Red+Green+Blue) = 139+49+39=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3127 is #74CED8. Grayscale: #4A4A4A. Windows color (decimal): -7655129 or 2568587. OLE color: 2568587.

HSL color Cylindrical-coordinate representation of color #8B3127: hue angle of 6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B3127 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1394939-
CMYK00.650.720.45
HSL56.18%34.9%-
HSV(B)71.94%54.51%-
XYZ12.117.832.79-
YUV74.77107.82173.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=61.23%
G=21.59%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139493900.650.720.45656.1834.9
Hex8B3127041482D63823
Octal213614701011105567043
Binary10001011110001100111010000011001000101101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,39); }

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

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

 a { background-color: rgb(139,49,39); }

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

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

 span { border-color: rgb(139,49,39); }

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