#8B300F

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

Shades of Burnt Umber #8B300F

Tints of Burnt Umber #8B300F

Color information

#8B300F (or 0x8B300F) is unknown color: approx Burnt Umber. HEX triplet: 8B, 30 and 0F. RGB value is (139,48,15). Sum of RGB (Red+Green+Blue) = 139+48+15=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B300F is #74CFF0. Grayscale: #474747. Windows color (decimal): -7655409 or 995467. OLE color: 995467.

HSL color Cylindrical-coordinate representation of color #8B300F: hue angle of 15.97º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B300F is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1394815-
CMYK00.650.890.45
HSL15.97º80.52%30.2%-
HSV(B)15.97º89.21%54.51%-
XYZ11.797.641.3-
YUV71.4596.15176.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.81%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=68.81%
G=23.76%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139481500.650.890.4515.9780.5230.2
Hex8B30F041592D10511e
Octal21360170101131552012136
Binary10001011110000111101000001101100110110110000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,48,15); }

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

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

 a { background-color: rgb(139,48,15); }

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

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

 span { border-color: rgb(139,48,15); }

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