#942813

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

Shades of Mandarian Orange #942813

Tints of Mandarian Orange #942813

Color information

#942813 (or 0x942813) is unknown color: approx Mandarian Orange. HEX triplet: 94, 28 and 13. RGB value is (148,40,19). Sum of RGB (Red+Green+Blue) = 148+40+19=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #942813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942813 is #6BD7EC. Grayscale: #464646. Windows color (decimal): -7067629 or 1255572. OLE color: 1255572.

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

Color convert

RGB1484019-
CMYK00.730.870.42
HSL9.77º77.25%32.75%-
HSV(B)9.77º87.16%58.04%-
XYZ13.097.861.44-
YUV69.999.28183.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.50%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=71.50%
G=19.32%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148401900.730.870.429.7777.2532.75
Hex942813049572Aa4d21
Octal22450230111127521211541
Binary100101001010001001101001001101011110101010101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942813; }

 p { color: rgb(148,40,19); }

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

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

 a { background-color: rgb(148,40,19); }

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

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

 span { border-color: rgb(148,40,19); }

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