#932C28

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

Shades of Mandarian Orange #932C28

Tints of Mandarian Orange #932C28

Color information

#932C28 (or 0x932C28) is unknown color: approx Mandarian Orange. HEX triplet: 93, 2C and 28. RGB value is (147,44,40). Sum of RGB (Red+Green+Blue) = 147+44+40=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #932C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C28 is #6CD3D7. Grayscale: #4A4A4A. Windows color (decimal): -7132120 or 2632851. OLE color: 2632851.

HSL color Cylindrical-coordinate representation of color #932C28: hue angle of 2.24º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #932C28 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1474440-
CMYK00.700.730.42
HSL2.24º57.22%36.67%-
HSV(B)2.24º72.79%57.65%-
XYZ13.328.162.88-
YUV74.34108.62179.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=63.64%
G=19.05%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147444000.700.730.422.2457.2236.67
Hex932C28046492A23925
Octal223545001061115227145
Binary1001001110110010100001000110100100110101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,44,40); }

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

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

 a { background-color: rgb(147,44,40); }

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

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

 span { border-color: rgb(147,44,40); }

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