#932014

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

Shades of Mandarian Orange #932014

Tints of Mandarian Orange #932014

Color information

#932014 (or 0x932014) is unknown color: approx Mandarian Orange. HEX triplet: 93, 20 and 14. RGB value is (147,32,20). Sum of RGB (Red+Green+Blue) = 147+32+20=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #932014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932014 is #6CDFEB. Grayscale: #414141. Windows color (decimal): -7135212 or 1319059. OLE color: 1319059.

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

Color convert

RGB1473220-
CMYK00.780.860.42
HSL5.67º76.05%32.75%-
HSV(B)5.67º86.39%57.65%-
XYZ12.687.291.4-
YUV65.02102.6186.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.87%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=73.87%
G=16.08%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147322000.780.860.425.6776.0532.75
Hex93201404E562A64c21
Octal2234024011612652611441
Binary10010011100000101000100111010101101010101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932014; }

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

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

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

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

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

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

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

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