#93200C

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

Shades of Mandarian Orange #93200C

Tints of Mandarian Orange #93200C

Color information

#93200C (or 0x93200C) is unknown color: approx Mandarian Orange. HEX triplet: 93, 20 and 0C. RGB value is (147,32,12). Sum of RGB (Red+Green+Blue) = 147+32+12=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #93200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93200C is #6CDFF3. Grayscale: #404040. Windows color (decimal): -7135220 or 794771. OLE color: 794771.

HSL color Cylindrical-coordinate representation of color #93200C: hue angle of 8.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93200C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1473212-
CMYK00.780.920.42
HSL8.89º84.91%31.18%-
HSV(B)8.89º91.84%57.65%-
XYZ12.627.261.08-
YUV64.198.6187.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.96%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=76.96%
G=16.75%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147321200.780.920.428.8984.9131.18
Hex9320C04E5C2A9551f
Octal22340140116134521112537
Binary1001001110000011000100111010111001010101001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93200C; }

 p { color: rgb(147,32,12); }

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

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

 a { background-color: rgb(147,32,12); }

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

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

 span { border-color: rgb(147,32,12); }

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