#932316

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

Shades of Mandarian Orange #932316

Tints of Mandarian Orange #932316

Color information

#932316 (or 0x932316) is unknown color: approx Mandarian Orange. HEX triplet: 93, 23 and 16. RGB value is (147,35,22). Sum of RGB (Red+Green+Blue) = 147+35+22=204 (27% of max value = 765). Red value is 147 (57.81% from 255 or 72.06% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 147 - color contains mainly: red. Hex color #932316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932316 is #6CDCE9. Grayscale: #434343. Windows color (decimal): -7134442 or 1450899. OLE color: 1450899.

HSL color Cylindrical-coordinate representation of color #932316: hue angle of 6.24º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #932316 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1473522-
CMYK00.760.850.42
HSL6.24º73.96%33.14%-
HSV(B)6.24º85.03%57.65%-
XYZ12.787.461.53-
YUV67.01102.61185.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 72.06%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=72.06%
G=17.16%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147352200.760.850.426.2473.9633.14
Hex93231604C552A64a21
Octal2234326011412552611241
Binary10010011100011101100100110010101011010101101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932316; }

 p { color: rgb(147,35,22); }

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

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

 a { background-color: rgb(147,35,22); }

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

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

 span { border-color: rgb(147,35,22); }

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