#922C23

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

Shades of Mandarian Orange #922C23

Tints of Mandarian Orange #922C23

Color information

#922C23 (or 0x922C23) is unknown color: approx Mandarian Orange. HEX triplet: 92, 2C and 23. RGB value is (146,44,35). Sum of RGB (Red+Green+Blue) = 146+44+35=225 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.89% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 146 - color contains mainly: red. Hex color #922C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922C23 is #6DD3DC. Grayscale: #494949. Windows color (decimal): -7197661 or 2305170. OLE color: 2305170.

HSL color Cylindrical-coordinate representation of color #922C23: hue angle of 4.86º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922C23 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB1464435-
CMYK00.700.760.43
HSL4.86º61.33%35.49%-
HSV(B)4.86º76.03%57.25%-
XYZ13.068.032.45-
YUV73.47106.29179.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.89%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=64.89%
G=19.56%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146443500.700.760.434.8661.3335.49
Hex922C230464C2B53d23
Octal222544301061145357543
Binary10010010101100100011010001101001100101011101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,44,35); }

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

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

 a { background-color: rgb(146,44,35); }

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

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

 span { border-color: rgb(146,44,35); }

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