#8D2920

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

Shades of Mandarian Orange #8D2920

Tints of Mandarian Orange #8D2920

Color information

#8D2920 (or 0x8D2920) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 29 and 20. RGB value is (141,41,32). Sum of RGB (Red+Green+Blue) = 141+41+32=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2920 is #72D6DF. Grayscale: #464646. Windows color (decimal): -7526112 or 2107789. OLE color: 2107789.

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

Color convert

RGB1414132-
CMYK00.710.770.45
HSL4.95º63.01%33.92%-
HSV(B)4.95º77.3%55.29%-
XYZ12.047.352.15-
YUV69.87106.63178.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.89%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=65.89%
G=19.16%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141413200.710.770.454.9563.0133.92
Hex8D29200474D2D53f22
Octal215514001071155557742
Binary10001101101001100000010001111001101101101101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,41,32); }

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

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

 a { background-color: rgb(141,41,32); }

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

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

 span { border-color: rgb(141,41,32); }

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