#92240E

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

Shades of Mandarian Orange #92240E

Tints of Mandarian Orange #92240E

Color information

#92240E (or 0x92240E) is unknown color: approx Mandarian Orange. HEX triplet: 92, 24 and 0E. RGB value is (146,36,14). Sum of RGB (Red+Green+Blue) = 146+36+14=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92240E is #6DDBF1. Grayscale: #424242. Windows color (decimal): -7199730 or 926866. OLE color: 926866.

HSL color Cylindrical-coordinate representation of color #92240E: hue angle of 10º 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 #92240E is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1463614-
CMYK00.750.900.43
HSL10º82.5%31.37%-
HSV(B)10º90.41%57.25%-
XYZ12.567.41.18-
YUV66.3898.44184.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.49%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 14 (5.86% from 255) = 7.14%
R=74.49%
G=18.37%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146361400.750.900.431082.531.37
Hex9224E04B5A2Ba521f
Octal22244160113132531212237
Binary1001001010010011100100101110110101010111010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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