#9D2518

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

Shades of Mandarian Orange #9D2518

Tints of Mandarian Orange #9D2518

Color information

#9D2518 (or 0x9D2518) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 25 and 18. RGB value is (157,37,24). Sum of RGB (Red+Green+Blue) = 157+37+24=218 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.02% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2518 is #62DAE7. Grayscale: #474747. Windows color (decimal): -6478568 or 1582493. OLE color: 1582493.

HSL color Cylindrical-coordinate representation of color #9D2518: hue angle of 5.86º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D2518 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB1573724-
CMYK00.760.850.38
HSL5.86º73.48%35.49%-
HSV(B)5.86º84.71%61.57%-
XYZ14.738.561.74-
YUV71.4101.26189.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 72.02%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=72.02%
G=16.97%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157372400.760.850.385.8673.4835.49
Hex9D251804C552664923
Octal2354530011412546611143
Binary10011101100101110000100110010101011001101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D2518; }

 p { color: rgb(157,37,24); }

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

<style>
 a { background-color: #9D2518; }

 a { background-color: rgb(157,37,24); }

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

<style>
 span { border-color: #9D2518; }

 span { border-color: rgb(157,37,24); }

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