#992A1E

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

Shades of Mandarian Orange #992A1E

Tints of Mandarian Orange #992A1E

Color information

#992A1E (or 0x992A1E) is unknown color: approx Mandarian Orange. HEX triplet: 99, 2A and 1E. RGB value is (153,42,30). Sum of RGB (Red+Green+Blue) = 153+42+30=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #992A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A1E is #66D5E1. Grayscale: #494949. Windows color (decimal): -6739426 or 1976985. OLE color: 1976985.

HSL color Cylindrical-coordinate representation of color #992A1E: hue angle of 5.85º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992A1E is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1534230-
CMYK00.730.800.4
HSL5.85º67.21%35.88%-
HSV(B)5.85º80.39%60%-
XYZ14.28.522.12-
YUV73.82103.27184.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=68%
G=18.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153423000.730.800.45.8567.2135.88
Hex992A1E049502864324
Octal2315236011112050610344
Binary10011001101010111100100100110100001010001101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992A1E; }

 p { color: rgb(153,42,30); }

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

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

 a { background-color: rgb(153,42,30); }

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

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

 span { border-color: rgb(153,42,30); }

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