#8B341E

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

Shades of Burnt Umber #8B341E

Tints of Burnt Umber #8B341E

Color information

#8B341E (or 0x8B341E) is unknown color: approx Burnt Umber. HEX triplet: 8B, 34 and 1E. RGB value is (139,52,30). Sum of RGB (Red+Green+Blue) = 139+52+30=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B341E is #74CBE1. Grayscale: #4B4B4B. Windows color (decimal): -7654370 or 1979531. OLE color: 1979531.

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

Color convert

RGB1395230-
CMYK00.630.780.45
HSL12.11º64.5%33.14%-
HSV(B)12.11º78.42%54.51%-
XYZ12.118.042.14-
YUV75.5102.32173.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.90%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=62.90%
G=23.53%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139523000.630.780.4512.1164.533.14
Hex8B341E03F4E2Dc4021
Octal2136436077116551410041
Binary10001011110100111100111111100111010110111001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,30); }

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

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

 a { background-color: rgb(139,52,30); }

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

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

 span { border-color: rgb(139,52,30); }

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