#8B2915

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

Shades of Burnt Umber #8B2915

Tints of Burnt Umber #8B2915

Color information

#8B2915 (or 0x8B2915) is unknown color: approx Burnt Umber. HEX triplet: 8B, 29 and 15. RGB value is (139,41,21). Sum of RGB (Red+Green+Blue) = 139+41+21=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2915 is #74D6EA. Grayscale: #444444. Windows color (decimal): -7657195 or 1386891. OLE color: 1386891.

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

Color convert

RGB1394121-
CMYK00.710.850.45
HSL10.17º73.75%31.37%-
HSV(B)10.17º84.89%54.51%-
XYZ11.587.131.48-
YUV68.02101.47178.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.15%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=69.15%
G=20.40%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139412100.710.850.4510.1773.7531.37
Hex8B2915047552Da4a1f
Octal21351250107125551211237
Binary10001011101001101010100011110101011011011010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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