#942414

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

Shades of Mandarian Orange #942414

Tints of Mandarian Orange #942414

Color information

#942414 (or 0x942414) is unknown color: approx Mandarian Orange. HEX triplet: 94, 24 and 14. RGB value is (148,36,20). Sum of RGB (Red+Green+Blue) = 148+36+20=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #942414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942414 is #6BDBEB. Grayscale: #434343. Windows color (decimal): -7068652 or 1320084. OLE color: 1320084.

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

Color convert

RGB1483620-
CMYK00.760.860.42
HSL7.5º76.19%32.94%-
HSV(B)7.5º86.49%58.04%-
XYZ12.977.611.45-
YUV67.66101.11185.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.55%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=72.55%
G=17.65%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148362000.760.860.427.576.1932.94
Hex94241404C562A84c21
Octal22444240114126521011441
Binary100101001001001010001001100101011010101010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942414; }

 p { color: rgb(148,36,20); }

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

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

 a { background-color: rgb(148,36,20); }

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

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

 span { border-color: rgb(148,36,20); }

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