#922A20

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

Shades of Mandarian Orange #922A20

Tints of Mandarian Orange #922A20

Color information

#922A20 (or 0x922A20) is unknown color: approx Mandarian Orange. HEX triplet: 92, 2A and 20. RGB value is (146,42,32). Sum of RGB (Red+Green+Blue) = 146+42+32=220 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.36% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 146 - color contains mainly: red. Hex color #922A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922A20 is #6DD5DF. Grayscale: #484848. Windows color (decimal): -7198176 or 2108050. OLE color: 2108050.

HSL color Cylindrical-coordinate representation of color #922A20: hue angle of 5.26º 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 #922A20 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB1464232-
CMYK00.710.780.43
HSL5.26º64.04%34.9%-
HSV(B)5.26º78.08%57.25%-
XYZ12.947.872.2-
YUV71.96105.46180.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.36%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=66.36%
G=19.09%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146423200.710.780.435.2664.0434.9
Hex922A200474E2B54023
Octal2225240010711653510043
Binary100100101010101000000100011110011101010111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922A20; }

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

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

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

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

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

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

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

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