#992818

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

Shades of Mandarian Orange #992818

Tints of Mandarian Orange #992818

Color information

#992818 (or 0x992818) is unknown color: approx Mandarian Orange. HEX triplet: 99, 28 and 18. RGB value is (153,40,24). Sum of RGB (Red+Green+Blue) = 153+40+24=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #992818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992818 is #66D7E7. Grayscale: #484848. Windows color (decimal): -6739944 or 1583257. OLE color: 1583257.

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

Color convert

RGB1534024-
CMYK00.740.840.4
HSL7.44º72.88%34.71%-
HSV(B)7.44º84.31%60%-
XYZ14.068.361.74-
YUV71.96100.94185.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 24 (9.77% from 255) = 11.06%
R=70.51%
G=18.43%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153402400.740.840.47.4472.8834.71
Hex99281804A542874923
Octal2315030011212450711143
Binary10011001101000110000100101010101001010001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992818; }

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

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

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

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

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

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

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

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