#8B2C27

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

Shades of Mandarian Orange #8B2C27

Tints of Mandarian Orange #8B2C27

Color information

#8B2C27 (or 0x8B2C27) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 2C and 27. RGB value is (139,44,39). Sum of RGB (Red+Green+Blue) = 139+44+39=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2C27 is #74D3D8. Grayscale: #474747. Windows color (decimal): -7656409 or 2567307. OLE color: 2567307.

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

Color convert

RGB1394439-
CMYK00.680.720.45
HSL56.18%34.9%-
HSV(B)71.94%54.51%-
XYZ11.917.442.73-
YUV71.83109.47175.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.61%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=62.61%
G=19.82%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139443900.680.720.45356.1834.9
Hex8B2C27044482D33823
Octal213544701041105537043
Binary1000101110110010011101000100100100010110111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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