#8C281D

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

Shades of Mandarian Orange #8C281D

Tints of Mandarian Orange #8C281D

Color information

#8C281D (or 0x8C281D) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 28 and 1D. RGB value is (140,40,29). Sum of RGB (Red+Green+Blue) = 140+40+29=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C281D is #73D7E2. Grayscale: #444444. Windows color (decimal): -7591907 or 1910924. OLE color: 1910924.

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

Color convert

RGB1404029-
CMYK00.710.790.45
HSL5.95º65.68%33.14%-
HSV(B)5.95º79.29%54.9%-
XYZ11.87.181.93-
YUV68.65105.63178.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.99%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 29 (11.72% from 255) = 13.88%
R=66.99%
G=19.14%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140402900.710.790.455.9565.6833.14
Hex8C281D0474F2D64221
Octal2145035010711755610241
Binary10001100101000111010100011110011111011011101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,40,29); }

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

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

 a { background-color: rgb(140,40,29); }

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

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

 span { border-color: rgb(140,40,29); }

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