#922010

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

Shades of Mandarian Orange #922010

Tints of Mandarian Orange #922010

Color information

#922010 (or 0x922010) is unknown color: approx Mandarian Orange. HEX triplet: 92, 20 and 10. RGB value is (146,32,16). Sum of RGB (Red+Green+Blue) = 146+32+16=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #922010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922010 is #6DDFEF. Grayscale: #404040. Windows color (decimal): -7200752 or 1056914. OLE color: 1056914.

HSL color Cylindrical-coordinate representation of color #922010: hue angle of 7.38º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #922010 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB1463216-
CMYK00.780.890.43
HSL7.38º80.25%31.76%-
HSV(B)7.38º89.04%57.25%-
XYZ12.467.181.22-
YUV64.26100.77186.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.26%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=75.26%
G=16.49%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146321600.780.890.437.3880.2531.76
Hex92201004E592B75020
Octal2224020011613153712040
Binary10010010100000100000100111010110011010111111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922010; }

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

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

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

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

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

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

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

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