#8B261A

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

Shades of Mandarian Orange #8B261A

Tints of Mandarian Orange #8B261A

Color information

#8B261A (or 0x8B261A) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 26 and 1A. RGB value is (139,38,26). Sum of RGB (Red+Green+Blue) = 139+38+26=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B261A is #74D9E5. Grayscale: #424242. Windows color (decimal): -7657958 or 1713803. OLE color: 1713803.

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

Color convert

RGB1393826-
CMYK00.730.810.45
HSL6.37º68.48%32.35%-
HSV(B)6.37º81.29%54.51%-
XYZ11.536.951.71-
YUV66.83104.96179.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.47%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=68.47%
G=18.72%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139382600.730.810.456.3768.4832.35
Hex8B261A049512D64420
Octal2134632011112155610440
Binary10001011100110110100100100110100011011011101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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