#942312

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

Shades of Mandarian Orange #942312

Tints of Mandarian Orange #942312

Color information

#942312 (or 0x942312) is unknown color: approx Mandarian Orange. HEX triplet: 94, 23 and 12. RGB value is (148,35,18). Sum of RGB (Red+Green+Blue) = 148+35+18=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #942312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942312 is #6BDCED. Grayscale: #434343. Windows color (decimal): -7068910 or 1188756. OLE color: 1188756.

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

Color convert

RGB1483518-
CMYK00.760.880.42
HSL7.85º78.31%32.55%-
HSV(B)7.85º87.84%58.04%-
XYZ12.927.541.35-
YUV66.85100.44185.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 73.63%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=73.63%
G=17.41%
B=8.96%

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
Decimal148351800.760.880.427.8578.3132.55
Hex94231204C582A84e21
Octal22443220114130521011641
Binary100101001000111001001001100101100010101010001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942312; }

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

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

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

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

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

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

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

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