#932825

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

Shades of Mandarian Orange #932825

Tints of Mandarian Orange #932825

Color information

#932825 (or 0x932825) is unknown color: approx Mandarian Orange. HEX triplet: 93, 28 and 25. RGB value is (147,40,37). Sum of RGB (Red+Green+Blue) = 147+40+37=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #932825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932825 is #6CD7DA. Grayscale: #474747. Windows color (decimal): -7133147 or 2435219. OLE color: 2435219.

HSL color Cylindrical-coordinate representation of color #932825: hue angle of 1.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #932825 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1474037-
CMYK00.730.750.42
HSL1.64º59.78%36.08%-
HSV(B)1.64º74.83%57.65%-
XYZ13.137.852.57-
YUV71.65108.45181.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.62%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=65.62%
G=17.86%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147403700.730.750.421.6459.7836.08
Hex9328250494B2A23c24
Octal223504501111135227444
Binary1001001110100010010101001001100101110101010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932825; }

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

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

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

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

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

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

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

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