#9A2918

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

Shades of Mandarian Orange #9A2918

Tints of Mandarian Orange #9A2918

Color information

#9A2918 (or 0x9A2918) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 29 and 18. RGB value is (154,41,24). Sum of RGB (Red+Green+Blue) = 154+41+24=219 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70.32% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2918 is #65D6E7. Grayscale: #494949. Windows color (decimal): -6674152 or 1583514. OLE color: 1583514.

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

Color convert

RGB1544124-
CMYK00.730.840.40
HSL7.85º73.03%34.9%-
HSV(B)7.85º84.42%60.39%-
XYZ14.288.521.76-
YUV72.85100.44185.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 70.32%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 24 (9.77% from 255) = 10.96%
R=70.32%
G=18.72%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154412400.730.840.407.8573.0334.9
Hex9A2918049542884923
Octal23251300111124501011143
Binary100110101010011100001001001101010010100010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,41,24); }

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

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

 a { background-color: rgb(154,41,24); }

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

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

 span { border-color: rgb(154,41,24); }

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