#922620

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

Shades of Mandarian Orange #922620

Tints of Mandarian Orange #922620

Color information

#922620 (or 0x922620) is unknown color: approx Mandarian Orange. HEX triplet: 92, 26 and 20. RGB value is (146,38,32). Sum of RGB (Red+Green+Blue) = 146+38+32=216 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.59% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 146 - color contains mainly: red. Hex color #922620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922620 is #6DD9DF. Grayscale: #454545. Windows color (decimal): -7199200 or 2107026. OLE color: 2107026.

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

Color convert

RGB1463832-
CMYK00.740.780.43
HSL3.16º64.04%34.9%-
HSV(B)3.16º78.08%57.25%-
XYZ12.817.62.16-
YUV69.61106.78182.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 67.59%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=67.59%
G=17.59%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146383200.740.780.433.1664.0434.9
Hex92262004A4E2B34023
Octal2224640011211653310043
Binary10010010100110100000010010101001110101011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922620; }

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

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

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

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

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

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

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

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