#942713

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

Shades of Mandarian Orange #942713

Tints of Mandarian Orange #942713

Color information

#942713 (or 0x942713) is unknown color: approx Mandarian Orange. HEX triplet: 94, 27 and 13. RGB value is (148,39,19). Sum of RGB (Red+Green+Blue) = 148+39+19=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #942713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942713 is #6BD8EC. Grayscale: #454545. Windows color (decimal): -7067885 or 1255316. OLE color: 1255316.

HSL color Cylindrical-coordinate representation of color #942713: hue angle of 9.3º 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 #942713 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1483919-
CMYK00.740.870.42
HSL9.3º77.25%32.75%-
HSV(B)9.3º87.16%58.04%-
XYZ13.067.791.43-
YUV69.3199.61184.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.84%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=71.84%
G=18.93%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148391900.740.870.429.377.2532.75
Hex94271304A572A94d21
Octal22447230112127521111541
Binary100101001001111001101001010101011110101010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942713; }

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

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

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

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

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

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

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

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