#8b2b10

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

Shades of Burnt Umber #8B2B10

Tints of Burnt Umber #8B2B10

Color information

#8B2B10 (or 0x8B2B10) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2B and 10. RGB value is (139,43,16). Sum of RGB (Red+Green+Blue) = 139+43+16=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2B10 is #74D4EF. Grayscale: #444444. Windows color (decimal): -7656688 or 1059723. OLE color: 1059723.

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

Color convert

RGB1394316-
CMYK00.690.880.45
HSL13.17º79.35%30.39%-
HSV(B)13.17º88.49%54.51%-
XYZ11.67.251.28-
YUV68.6398.3178.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.20%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=70.20%
G=21.72%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139431600.690.880.4513.1779.3530.39
Hex8B2B10045582Dd4f1e
Octal21353200105130551511736
Binary10001011101011100000100010110110001011011101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b2b10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,43,16); }

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

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

 a { background-color: rgb(139,43,16); }

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

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

 span { border-color: rgb(139,43,16); }

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