#941E12

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

Shades of Mandarian Orange #941E12

Tints of Mandarian Orange #941E12

Color information

#941E12 (or 0x941E12) is unknown color: approx Mandarian Orange. HEX triplet: 94, 1E and 12. RGB value is (148,30,18). Sum of RGB (Red+Green+Blue) = 148+30+18=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #941E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941E12 is #6BE1ED. Grayscale: #404040. Windows color (decimal): -7070190 or 1187476. OLE color: 1187476.

HSL color Cylindrical-coordinate representation of color #941E12: hue angle of 5.54º 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 #941E12 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1483018-
CMYK00.800.880.42
HSL5.54º78.31%32.55%-
HSV(B)5.54º87.84%58.04%-
XYZ12.797.271.3-
YUV63.91102.09187.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.51%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=75.51%
G=15.31%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148301800.800.880.425.5478.3132.55
Hex941E12050582A64e21
Octal2243622012013052611641
Binary1001010011110100100101000010110001010101101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941E12; }

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

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

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

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

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

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

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

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