#932013

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

Shades of Mandarian Orange #932013

Tints of Mandarian Orange #932013

Color information

#932013 (or 0x932013) is unknown color: approx Mandarian Orange. HEX triplet: 93, 20 and 13. RGB value is (147,32,19). Sum of RGB (Red+Green+Blue) = 147+32+19=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #932013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932013 is #6CDFEC. Grayscale: #414141. Windows color (decimal): -7135213 or 1253523. OLE color: 1253523.

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

Color convert

RGB1473219-
CMYK00.780.870.42
HSL6.09º77.11%32.55%-
HSV(B)6.09º87.07%57.65%-
XYZ12.677.281.35-
YUV64.9102.1186.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.24%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=74.24%
G=16.16%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147321900.780.870.426.0977.1132.55
Hex93201304E572A64d21
Octal2234023011612752611541
Binary10010011100000100110100111010101111010101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932013; }

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

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

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

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

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

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

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

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