#932312

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

Shades of Mandarian Orange #932312

Tints of Mandarian Orange #932312

Color information

#932312 (or 0x932312) is unknown color: approx Mandarian Orange. HEX triplet: 93, 23 and 12. RGB value is (147,35,18). Sum of RGB (Red+Green+Blue) = 147+35+18=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #932312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932312 is #6CDCED. Grayscale: #424242. Windows color (decimal): -7134446 or 1188755. OLE color: 1188755.

HSL color Cylindrical-coordinate representation of color #932312: hue angle of 7.91º degrees, saturation: 0.78, 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 #932312 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1473518-
CMYK00.760.880.42
HSL7.91º78.18%32.35%-
HSV(B)7.91º87.76%57.65%-
XYZ12.747.451.34-
YUV66.55100.61185.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 18 (7.42% from 255) = 9%
R=73.5%
G=17.5%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147351800.760.880.427.9178.1832.35
Hex93231204C582A84e20
Octal22343220114130521011640
Binary100100111000111001001001100101100010101010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932312; }

 p { color: rgb(147,35,18); }

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

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

 a { background-color: rgb(147,35,18); }

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

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

 span { border-color: rgb(147,35,18); }

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