#92200E

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

Shades of Mandarian Orange #92200E

Tints of Mandarian Orange #92200E

Color information

#92200E (or 0x92200E) is unknown color: approx Mandarian Orange. HEX triplet: 92, 20 and 0E. RGB value is (146,32,14). Sum of RGB (Red+Green+Blue) = 146+32+14=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #92200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92200E is #6DDFF1. Grayscale: #404040. Windows color (decimal): -7200754 or 925842. OLE color: 925842.

HSL color Cylindrical-coordinate representation of color #92200E: hue angle of 8.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92200E is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1463214-
CMYK00.780.900.43
HSL8.18º82.5%31.37%-
HSV(B)8.18º90.41%57.25%-
XYZ12.457.181.14-
YUV64.0399.77186.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 76.04%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 14 (5.86% from 255) = 7.29%
R=76.04%
G=16.67%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146321400.780.900.438.1882.531.37
Hex9220E04E5A2B8521f
Octal22240160116132531012237
Binary1001001010000011100100111010110101010111000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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