#99200E

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

Shades of Mandarian Orange #99200E

Tints of Mandarian Orange #99200E

Color information

#99200E (or 0x99200E) is unknown color: approx Mandarian Orange. HEX triplet: 99, 20 and 0E. RGB value is (153,32,14). Sum of RGB (Red+Green+Blue) = 153+32+14=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #99200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99200E is #66DFF1. Grayscale: #424242. Windows color (decimal): -6742002 or 925849. OLE color: 925849.

HSL color Cylindrical-coordinate representation of color #99200E: hue angle of 7.77º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99200E is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB1533214-
CMYK00.790.910.4
HSL7.77º83.23%32.75%-
HSV(B)7.77º90.85%60%-
XYZ13.737.841.2-
YUV66.1398.59189.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.88%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=76.88%
G=16.08%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153321400.790.910.47.7783.2332.75
Hex9920E04F5B2885321
Octal23140160117133501012341
Binary10011001100000111001001111101101110100010001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99200E; }

 p { color: rgb(153,32,14); }

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

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

 a { background-color: rgb(153,32,14); }

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

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

 span { border-color: rgb(153,32,14); }

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