#932B25

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

Shades of Mandarian Orange #932B25

Tints of Mandarian Orange #932B25

Color information

#932B25 (or 0x932B25) is unknown color: approx Mandarian Orange. HEX triplet: 93, 2B and 25. RGB value is (147,43,37). Sum of RGB (Red+Green+Blue) = 147+43+37=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #932B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932B25 is #6CD4DA. Grayscale: #494949. Windows color (decimal): -7132379 or 2435987. OLE color: 2435987.

HSL color Cylindrical-coordinate representation of color #932B25: hue angle of 3.27º 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 #932B25 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1474337-
CMYK00.710.750.42
HSL3.27º59.78%36.08%-
HSV(B)3.27º74.83%57.65%-
XYZ13.238.062.61-
YUV73.41107.46180.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.76%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=64.76%
G=18.94%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147433700.710.750.423.2759.7836.08
Hex932B250474B2A33c24
Octal223534501071135237444
Binary1001001110101110010101000111100101110101011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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