#8B331B

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

Shades of Burnt Umber #8B331B

Tints of Burnt Umber #8B331B

Color information

#8B331B (or 0x8B331B) is unknown color: approx Burnt Umber. HEX triplet: 8B, 33 and 1B. RGB value is (139,51,27). Sum of RGB (Red+Green+Blue) = 139+51+27=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B331B is #74CCE4. Grayscale: #4A4A4A. Windows color (decimal): -7654629 or 1782667. OLE color: 1782667.

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

Color convert

RGB1395127-
CMYK00.630.810.45
HSL12.86º67.47%32.55%-
HSV(B)12.86º80.58%54.51%-
XYZ12.037.941.93-
YUV74.58101.15173.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.06%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=64.06%
G=23.50%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139512700.630.810.4512.8667.4732.55
Hex8B331B03F512Dd4321
Octal2136333077121551510341
Binary10001011110011110110111111101000110110111011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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