#8B361C

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

Shades of Burnt Umber #8B361C

Tints of Burnt Umber #8B361C

Color information

#8B361C (or 0x8B361C) is unknown color: approx Burnt Umber. HEX triplet: 8B, 36 and 1C. RGB value is (139,54,28). Sum of RGB (Red+Green+Blue) = 139+54+28=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B361C is #74C9E3. Grayscale: #4C4C4C. Windows color (decimal): -7653860 or 1848971. OLE color: 1848971.

HSL color Cylindrical-coordinate representation of color #8B361C: hue angle of 14.05º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B361C is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1395428-
CMYK00.610.800.45
HSL14.05º66.47%32.75%-
HSV(B)14.05º79.86%54.51%-
XYZ12.188.212.04-
YUV76.45100.66172.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.90%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=62.90%
G=24.43%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139542800.610.800.4514.0566.4732.75
Hex8B361C03D502De4221
Octal2136634075120551610241
Binary10001011110110111000111101101000010110111101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,28); }

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

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

 a { background-color: rgb(139,54,28); }

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

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

 span { border-color: rgb(139,54,28); }

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