#8B2726

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

Shades of Mandarian Orange #8B2726

Tints of Mandarian Orange #8B2726

Color information

#8B2726 (or 0x8B2726) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 27 and 26. RGB value is (139,39,38). Sum of RGB (Red+Green+Blue) = 139+39+38=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2726 is #74D8D9. Grayscale: #444444. Windows color (decimal): -7657690 or 2500491. OLE color: 2500491.

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

Color convert

RGB1393938-
CMYK00.720.730.45
HSL0.59º57.06%34.71%-
HSV(B)0.59º72.66%54.51%-
XYZ11.727.082.58-
YUV68.79110.63178.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.35%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=64.35%
G=18.06%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139393800.720.730.450.5957.0634.71
Hex8B2726048492D13923
Octal213474601101115517143
Binary100010111001111001100100100010010011011011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,39,38); }

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

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

 a { background-color: rgb(139,39,38); }

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

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

 span { border-color: rgb(139,39,38); }

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