#932A1E

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

Shades of Mandarian Orange #932A1E

Tints of Mandarian Orange #932A1E

Color information

#932A1E (or 0x932A1E) is unknown color: approx Mandarian Orange. HEX triplet: 93, 2A and 1E. RGB value is (147,42,30). Sum of RGB (Red+Green+Blue) = 147+42+30=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #932A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932A1E is #6CD5E1. Grayscale: #484848. Windows color (decimal): -7132642 or 1976979. OLE color: 1976979.

HSL color Cylindrical-coordinate representation of color #932A1E: hue angle of 6.15º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #932A1E is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1474230-
CMYK00.710.800.42
HSL6.15º66.1%34.71%-
HSV(B)6.15º79.59%57.65%-
XYZ13.097.952.07-
YUV72.03104.29181.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 67.12%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=67.12%
G=19.18%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147423000.710.800.426.1566.134.71
Hex932A1E047502A64223
Octal2235236010712052610243
Binary10010011101010111100100011110100001010101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932A1E; }

 p { color: rgb(147,42,30); }

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

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

 a { background-color: rgb(147,42,30); }

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

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

 span { border-color: rgb(147,42,30); }

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