#8D2717

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

Shades of Mandarian Orange #8D2717

Tints of Mandarian Orange #8D2717

Color information

#8D2717 (or 0x8D2717) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 27 and 17. RGB value is (141,39,23). Sum of RGB (Red+Green+Blue) = 141+39+23=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2717 is #72D8E8. Grayscale: #434343. Windows color (decimal): -7526633 or 1517453. OLE color: 1517453.

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

Color convert

RGB1413923-
CMYK00.720.840.45
HSL8.14º71.95%32.16%-
HSV(B)8.14º83.69%55.29%-
XYZ11.867.181.57-
YUV67.67102.79180.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 23 (9.38% from 255) = 11.33%
R=69.46%
G=19.21%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141392300.720.840.458.1471.9532.16
Hex8D2717048542D84820
Octal21547270110124551011040
Binary100011011001111011101001000101010010110110001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,23); }

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

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

 a { background-color: rgb(141,39,23); }

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

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

 span { border-color: rgb(141,39,23); }

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