#922416

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

Shades of Mandarian Orange #922416

Tints of Mandarian Orange #922416

Color information

#922416 (or 0x922416) is unknown color: approx Mandarian Orange. HEX triplet: 92, 24 and 16. RGB value is (146,36,22). Sum of RGB (Red+Green+Blue) = 146+36+22=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #922416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922416 is #6DDBE9. Grayscale: #434343. Windows color (decimal): -7199722 or 1451154. OLE color: 1451154.

HSL color Cylindrical-coordinate representation of color #922416: hue angle of 6.77º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #922416 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1463622-
CMYK00.750.850.43
HSL6.77º73.81%32.94%-
HSV(B)6.77º84.93%57.25%-
XYZ12.637.431.53-
YUV67.29102.44184.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.57%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=71.57%
G=17.65%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146362200.750.850.436.7773.8132.94
Hex92241604B552B74a21
Octal2224426011312553711241
Binary10010010100100101100100101110101011010111111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922416; }

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

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

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

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

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

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

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

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