#922B22

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

Shades of Mandarian Orange #922B22

Tints of Mandarian Orange #922B22

Color information

#922B22 (or 0x922B22) is unknown color: approx Mandarian Orange. HEX triplet: 92, 2B and 22. RGB value is (146,43,34). Sum of RGB (Red+Green+Blue) = 146+43+34=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #922B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922B22 is #6DD4DD. Grayscale: #484848. Windows color (decimal): -7197918 or 2239378. OLE color: 2239378.

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

Color convert

RGB1464334-
CMYK00.710.770.43
HSL4.82º62.22%35.29%-
HSV(B)4.82º76.71%57.25%-
XYZ13.017.952.36-
YUV72.77106.12180.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.47%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 34 (13.67% from 255) = 15.25%
R=65.47%
G=19.28%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146433400.710.770.434.8262.2235.29
Hex922B220474D2B53e23
Octal222534201071155357643
Binary10010010101011100010010001111001101101011101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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