#992410

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

Shades of Mandarian Orange #992410

Tints of Mandarian Orange #992410

Color information

#992410 (or 0x992410) is unknown color: approx Mandarian Orange. HEX triplet: 99, 24 and 10. RGB value is (153,36,16). Sum of RGB (Red+Green+Blue) = 153+36+16=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #992410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992410 is #66DBEF. Grayscale: #444444. Windows color (decimal): -6740976 or 1057945. OLE color: 1057945.

HSL color Cylindrical-coordinate representation of color #992410: hue angle of 8.76º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #992410 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1533616-
CMYK00.760.900.4
HSL8.76º81.07%33.14%-
HSV(B)8.76º89.54%60%-
XYZ13.868.071.32-
YUV68.798.26188.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.63%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=74.63%
G=17.56%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153361600.760.900.48.7681.0733.14
Hex99241004C5A2895121
Octal23144200114132501112141
Binary100110011001001000001001100101101010100010011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992410; }

 p { color: rgb(153,36,16); }

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

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

 a { background-color: rgb(153,36,16); }

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

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

 span { border-color: rgb(153,36,16); }

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