#932713

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

Shades of Mandarian Orange #932713

Tints of Mandarian Orange #932713

Color information

#932713 (or 0x932713) is unknown color: approx Mandarian Orange. HEX triplet: 93, 27 and 13. RGB value is (147,39,19). Sum of RGB (Red+Green+Blue) = 147+39+19=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #932713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932713 is #6CD8EC. Grayscale: #454545. Windows color (decimal): -7133421 or 1255315. OLE color: 1255315.

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

Color convert

RGB1473919-
CMYK00.730.870.42
HSL9.38º77.11%32.55%-
HSV(B)9.38º87.07%57.65%-
XYZ12.887.71.42-
YUV69.0199.78183.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.71%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=71.71%
G=19.02%
B=9.27%

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
Decimal147391900.730.870.429.3877.1132.55
Hex932713049572A94d21
Octal22347230111127521111541
Binary100100111001111001101001001101011110101010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932713; }

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

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

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

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

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

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

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

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