#922422

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

Shades of Mandarian Orange #922422

Tints of Mandarian Orange #922422

Color information

#922422 (or 0x922422) is unknown color: approx Mandarian Orange. HEX triplet: 92, 24 and 22. RGB value is (146,36,34). Sum of RGB (Red+Green+Blue) = 146+36+34=216 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.59% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 146 - color contains mainly: red. Hex color #922422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922422 is #6DDBDD. Grayscale: #444444. Windows color (decimal): -7199710 or 2237586. OLE color: 2237586.

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

Color convert

RGB1463634-
CMYK00.750.770.43
HSL1.07º62.22%35.29%-
HSV(B)1.07º76.71%57.25%-
XYZ12.777.492.29-
YUV68.66108.44183.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 67.59%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 34 (13.67% from 255) = 15.74%
R=67.59%
G=16.67%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146363400.750.770.431.0762.2235.29
Hex92242204B4D2B13e23
Octal222444201131155317643
Binary100100101001001000100100101110011011010111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922422; }

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

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

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

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

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

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

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

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