#8B3215

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

Shades of Burnt Umber #8B3215

Tints of Burnt Umber #8B3215

Color information

#8B3215 (or 0x8B3215) is unknown color: approx Burnt Umber. HEX triplet: 8B, 32 and 15. RGB value is (139,50,21). Sum of RGB (Red+Green+Blue) = 139+50+21=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3215 is #74CDEA. Grayscale: #494949. Windows color (decimal): -7654891 or 1389195. OLE color: 1389195.

HSL color Cylindrical-coordinate representation of color #8B3215: hue angle of 14.75º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B3215 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1395021-
CMYK00.640.850.45
HSL14.75º73.75%31.37%-
HSV(B)14.75º84.89%54.51%-
XYZ11.927.821.59-
YUV73.3198.49174.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 21 (8.59% from 255) = 10%
R=66.19%
G=23.81%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139502100.640.850.4514.7573.7531.37
Hex8B3215040552Df4a1f
Octal21362250100125551711237
Binary10001011110010101010100000010101011011011111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,50,21); }

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

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

 a { background-color: rgb(139,50,21); }

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

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

 span { border-color: rgb(139,50,21); }

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