#922920

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

Shades of Mandarian Orange #922920

Tints of Mandarian Orange #922920

Color information

#922920 (or 0x922920) is unknown color: approx Mandarian Orange. HEX triplet: 92, 29 and 20. RGB value is (146,41,32). Sum of RGB (Red+Green+Blue) = 146+41+32=219 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.67% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 146 - color contains mainly: red. Hex color #922920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922920 is #6DD6DF. Grayscale: #474747. Windows color (decimal): -7198432 or 2107794. OLE color: 2107794.

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

Color convert

RGB1464132-
CMYK00.720.780.43
HSL4.74º64.04%34.9%-
HSV(B)4.74º78.08%57.25%-
XYZ12.917.82.19-
YUV71.37105.79181.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=66.67%
G=18.72%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146413200.720.780.434.7464.0434.9
Hex9229200484E2B54023
Octal2225140011011653510043
Binary100100101010011000000100100010011101010111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922920; }

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

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

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

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

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

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

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

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