#932110

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

Shades of Mandarian Orange #932110

Tints of Mandarian Orange #932110

Color information

#932110 (or 0x932110) is unknown color: approx Mandarian Orange. HEX triplet: 93, 21 and 10. RGB value is (147,33,16). Sum of RGB (Red+Green+Blue) = 147+33+16=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #932110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932110 is #6CDEEF. Grayscale: #414141. Windows color (decimal): -7134960 or 1057171. OLE color: 1057171.

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

Color convert

RGB1473316-
CMYK00.780.890.42
HSL7.79º80.37%31.96%-
HSV(B)7.79º89.12%57.65%-
XYZ12.677.331.24-
YUV65.15100.27186.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=75%
G=16.84%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147331600.780.890.427.7980.3731.96
Hex93211004E592A85020
Octal22341200116131521012040
Binary100100111000011000001001110101100110101010001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932110; }

 p { color: rgb(147,33,16); }

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

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

 a { background-color: rgb(147,33,16); }

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

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

 span { border-color: rgb(147,33,16); }

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