#8B2116

Color #8B2116 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #8B2116

Tints of Mandarian Orange #8B2116

Color information

#8B2116 (or 0x8B2116) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 21 and 16. RGB value is (139,33,22). Sum of RGB (Red+Green+Blue) = 139+33+22=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2116 is #74DEE9. Grayscale: #3F3F3F. Windows color (decimal): -7659242 or 1450379. OLE color: 1450379.

HSL color Cylindrical-coordinate representation of color #8B2116: hue angle of 5.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B2116 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1393322-
CMYK00.760.840.45
HSL5.64º72.67%31.57%-
HSV(B)5.64º84.17%54.51%-
XYZ11.346.631.44-
YUV63.44104.62181.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.65%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=71.65%
G=17.01%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139332200.760.840.455.6472.6731.57
Hex8B211604C542D64920
Octal2134126011412455611140
Binary10001011100001101100100110010101001011011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,33,22); }

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

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

 a { background-color: rgb(139,33,22); }

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

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

 span { border-color: rgb(139,33,22); }

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