#9D2615

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

Shades of Mandarian Orange #9D2615

Tints of Mandarian Orange #9D2615

Color information

#9D2615 (or 0x9D2615) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 26 and 15. RGB value is (157,38,21). Sum of RGB (Red+Green+Blue) = 157+38+21=216 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.69% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2615 is #62D9EA. Grayscale: #474747. Windows color (decimal): -6478315 or 1386141. OLE color: 1386141.

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

Color convert

RGB1573821-
CMYK00.760.870.38
HSL7.5º76.4%34.9%-
HSV(B)7.5º86.62%61.57%-
XYZ14.738.611.59-
YUV71.6499.42188.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 72.69%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=72.69%
G=17.59%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157382100.760.870.387.576.434.9
Hex9D261504C572684c23
Octal23546250114127461011443
Binary100111011001101010101001100101011110011010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,38,21); }

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

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

 a { background-color: rgb(157,38,21); }

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

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

 span { border-color: rgb(157,38,21); }

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