#8B381E

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

Shades of Burnt Umber #8B381E

Tints of Burnt Umber #8B381E

Color information

#8B381E (or 0x8B381E) is unknown color: approx Burnt Umber. HEX triplet: 8B, 38 and 1E. RGB value is (139,56,30). Sum of RGB (Red+Green+Blue) = 139+56+30=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B381E is #74C7E1. Grayscale: #4E4E4E. Windows color (decimal): -7653346 or 1980555. OLE color: 1980555.

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

Color convert

RGB1395630-
CMYK00.600.780.45
HSL14.31º64.5%33.14%-
HSV(B)14.31º78.42%54.51%-
XYZ12.38.412.2-
YUV77.85101171.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.78%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=61.78%
G=24.89%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139563000.600.780.4514.3164.533.14
Hex8B381E03C4E2De4021
Octal2137036074116551610041
Binary10001011111000111100111100100111010110111101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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