#9A2417

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

Shades of Mandarian Orange #9A2417

Tints of Mandarian Orange #9A2417

Color information

#9A2417 (or 0x9A2417) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 24 and 17. RGB value is (154,36,23). Sum of RGB (Red+Green+Blue) = 154+36+23=213 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.30% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2417 is #65DBE8. Grayscale: #454545. Windows color (decimal): -6675433 or 1516698. OLE color: 1516698.

HSL color Cylindrical-coordinate representation of color #9A2417: hue angle of 5.95º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A2417 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB1543623-
CMYK00.770.850.40
HSL5.95º74.01%34.71%-
HSV(B)5.95º85.06%60.39%-
XYZ14.118.191.65-
YUV69.8101.59188.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 72.30%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 23 (9.38% from 255) = 10.80%
R=72.30%
G=16.90%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154362300.770.850.405.9574.0134.71
Hex9A241704D552864a23
Octal2324427011512550611243
Binary10011010100100101110100110110101011010001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,36,23); }

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

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

 a { background-color: rgb(154,36,23); }

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

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

 span { border-color: rgb(154,36,23); }

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