#8D2316

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

Shades of Mandarian Orange #8D2316

Tints of Mandarian Orange #8D2316

Color information

#8D2316 (or 0x8D2316) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 23 and 16. RGB value is (141,35,22). Sum of RGB (Red+Green+Blue) = 141+35+22=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2316 is #72DCE9. Grayscale: #414141. Windows color (decimal): -7527658 or 1450893. OLE color: 1450893.

HSL color Cylindrical-coordinate representation of color #8D2316: hue angle of 6.55º 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 #8D2316 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1413522-
CMYK00.750.840.45
HSL6.55º73.01%31.96%-
HSV(B)6.55º84.4%55.29%-
XYZ11.736.921.48-
YUV65.21103.62182.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.21%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=71.21%
G=17.68%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141352200.750.840.456.5573.0131.96
Hex8D231604B542D74920
Octal2154326011312455711140
Binary10001101100011101100100101110101001011011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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