#8D2512

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

Shades of Mandarian Orange #8D2512

Tints of Mandarian Orange #8D2512

Color information

#8D2512 (or 0x8D2512) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 25 and 12. RGB value is (141,37,18). Sum of RGB (Red+Green+Blue) = 141+37+18=196 (25% of max value = 765). Red value is 141 (55.47% from 255 or 71.94% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2512 is #72DAED. Grayscale: #424242. Windows color (decimal): -7527150 or 1189261. OLE color: 1189261.

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

Color convert

RGB1413718-
CMYK00.740.870.45
HSL9.27º77.36%31.18%-
HSV(B)9.27º87.23%55.29%-
XYZ11.767.031.31-
YUV65.93100.96181.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.94%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=71.94%
G=18.88%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141371800.740.870.459.2777.3631.18
Hex8D251204A572D94d1f
Octal21545220112127551111537
Binary10001101100101100100100101010101111011011001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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