#8D2516

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

Shades of Mandarian Orange #8D2516

Tints of Mandarian Orange #8D2516

Color information

#8D2516 (or 0x8D2516) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 25 and 16. RGB value is (141,37,22). Sum of RGB (Red+Green+Blue) = 141+37+22=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2516 is #72DAE9. Grayscale: #424242. Windows color (decimal): -7527146 or 1451405. OLE color: 1451405.

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

Color convert

RGB1413722-
CMYK00.740.840.45
HSL7.56º73.01%31.96%-
HSV(B)7.56º84.4%55.29%-
XYZ11.797.041.5-
YUV66.39102.96181.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.5%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 22 (8.98% from 255) = 11%
R=70.5%
G=18.5%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141372200.740.840.457.5673.0131.96
Hex8D251604A542D84920
Octal21545260112124551011140
Binary100011011001011011001001010101010010110110001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,37,22); }

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

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

 a { background-color: rgb(141,37,22); }

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

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

 span { border-color: rgb(141,37,22); }

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