#932520

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

Shades of Mandarian Orange #932520

Tints of Mandarian Orange #932520

Color information

#932520 (or 0x932520) is unknown color: approx Mandarian Orange. HEX triplet: 93, 25 and 20. RGB value is (147,37,32). Sum of RGB (Red+Green+Blue) = 147+37+32=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #932520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932520 is #6CDADF. Grayscale: #454545. Windows color (decimal): -7133920 or 2106771. OLE color: 2106771.

HSL color Cylindrical-coordinate representation of color #932520: hue angle of 2.61º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932520 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1473732-
CMYK00.750.780.42
HSL2.61º64.25%35.1%-
HSV(B)2.61º78.23%57.65%-
XYZ12.957.632.16-
YUV69.32106.94183.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.06%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=68.06%
G=17.13%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147373200.750.780.422.6164.2535.1
Hex93252004B4E2A34023
Octal2234540011311652310043
Binary10010011100101100000010010111001110101010111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932520; }

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

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

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

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

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

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

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

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