#8B261F

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

Shades of Mandarian Orange #8B261F

Tints of Mandarian Orange #8B261F

Color information

#8B261F (or 0x8B261F) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 26 and 1F. RGB value is (139,38,31). Sum of RGB (Red+Green+Blue) = 139+38+31=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B261F is #74D9E0. Grayscale: #434343. Windows color (decimal): -7657953 or 2041483. OLE color: 2041483.

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

Color convert

RGB1393831-
CMYK00.730.780.45
HSL3.89º63.53%33.33%-
HSV(B)3.89º77.7%54.51%-
XYZ11.596.972.03-
YUV67.4107.46179.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.83%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=66.83%
G=18.27%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139383100.730.780.453.8963.5333.33
Hex8B261F0494E2D44021
Octal2134637011111655410041
Binary10001011100110111110100100110011101011011001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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