#932315

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

Shades of Mandarian Orange #932315

Tints of Mandarian Orange #932315

Color information

#932315 (or 0x932315) is unknown color: approx Mandarian Orange. HEX triplet: 93, 23 and 15. RGB value is (147,35,21). Sum of RGB (Red+Green+Blue) = 147+35+21=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #932315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932315 is #6CDCEA. Grayscale: #434343. Windows color (decimal): -7134443 or 1385363. OLE color: 1385363.

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

Color convert

RGB1473521-
CMYK00.760.860.42
HSL6.67º75%32.94%-
HSV(B)6.67º85.71%57.65%-
XYZ12.777.461.48-
YUV66.89102.11185.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 72.41%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=72.41%
G=17.24%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147352100.760.860.426.677532.94
Hex93231504C562A74b21
Octal2234325011412652711341
Binary10010011100011101010100110010101101010101111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932315; }

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

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

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

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

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

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

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

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