#932211

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

Shades of Mandarian Orange #932211

Tints of Mandarian Orange #932211

Color information

#932211 (or 0x932211) is unknown color: approx Mandarian Orange. HEX triplet: 93, 22 and 11. RGB value is (147,34,17). Sum of RGB (Red+Green+Blue) = 147+34+17=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #932211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932211 is #6CDDEE. Grayscale: #424242. Windows color (decimal): -7134703 or 1122963. OLE color: 1122963.

HSL color Cylindrical-coordinate representation of color #932211: hue angle of 7.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #932211 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1473417-
CMYK00.770.880.42
HSL7.85º79.27%32.16%-
HSV(B)7.85º88.44%57.65%-
XYZ12.717.391.29-
YUV65.85100.44185.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.24%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=74.24%
G=17.17%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147341700.770.880.427.8579.2732.16
Hex93221104D582A84f20
Octal22342210115130521011740
Binary100100111000101000101001101101100010101010001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932211; }

 p { color: rgb(147,34,17); }

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

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

 a { background-color: rgb(147,34,17); }

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

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

 span { border-color: rgb(147,34,17); }

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