#992317

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

Shades of Mandarian Orange #992317

Tints of Mandarian Orange #992317

Color information

#992317 (or 0x992317) is unknown color: approx Mandarian Orange. HEX triplet: 99, 23 and 17. RGB value is (153,35,23). Sum of RGB (Red+Green+Blue) = 153+35+23=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #992317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992317 is #66DCE8. Grayscale: #454545. Windows color (decimal): -6741225 or 1516441. OLE color: 1516441.

HSL color Cylindrical-coordinate representation of color #992317: hue angle of 5.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #992317 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB1533523-
CMYK00.770.850.4
HSL5.54º73.86%34.51%-
HSV(B)5.54º84.97%60%-
XYZ13.898.041.63-
YUV68.91102.09187.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.51%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 23 (9.38% from 255) = 10.90%
R=72.51%
G=16.59%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153352300.770.850.45.5473.8634.51
Hex99231704D552864a23
Octal2314327011512550611243
Binary10011001100011101110100110110101011010001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992317; }

 p { color: rgb(153,35,23); }

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

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

 a { background-color: rgb(153,35,23); }

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

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

 span { border-color: rgb(153,35,23); }

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