#992718

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

Shades of Mandarian Orange #992718

Tints of Mandarian Orange #992718

Color information

#992718 (or 0x992718) is unknown color: approx Mandarian Orange. HEX triplet: 99, 27 and 18. RGB value is (153,39,24). Sum of RGB (Red+Green+Blue) = 153+39+24=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #992718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992718 is #66D8E7. Grayscale: #474747. Windows color (decimal): -6740200 or 1583001. OLE color: 1583001.

HSL color Cylindrical-coordinate representation of color #992718: hue angle of 6.98º 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 #992718 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1533924-
CMYK00.750.840.4
HSL6.98º72.88%34.71%-
HSV(B)6.98º84.31%60%-
XYZ14.038.291.72-
YUV71.38101.27186.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.83%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 24 (9.77% from 255) = 11.11%
R=70.83%
G=18.06%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153392400.750.840.46.9872.8834.71
Hex99271804B542874923
Octal2314730011312450711143
Binary10011001100111110000100101110101001010001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992718; }

 p { color: rgb(153,39,24); }

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

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

 a { background-color: rgb(153,39,24); }

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

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

 span { border-color: rgb(153,39,24); }

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