#8D2214

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

Shades of Mandarian Orange #8D2214

Tints of Mandarian Orange #8D2214

Color information

#8D2214 (or 0x8D2214) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 22 and 14. RGB value is (141,34,20). Sum of RGB (Red+Green+Blue) = 141+34+20=195 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.31% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2214 is #72DDEB. Grayscale: #404040. Windows color (decimal): -7527916 or 1319565. OLE color: 1319565.

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

Color convert

RGB1413420-
CMYK00.760.860.45
HSL6.94º75.16%31.57%-
HSV(B)6.94º85.82%55.29%-
XYZ11.686.861.37-
YUV64.4102.95182.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 72.31%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=72.31%
G=17.44%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141342000.760.860.456.9475.1631.57
Hex8D221404C562D74b20
Octal2154224011412655711340
Binary10001101100010101000100110010101101011011111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,34,20); }

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

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

 a { background-color: rgb(141,34,20); }

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

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

 span { border-color: rgb(141,34,20); }

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