#93210C

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

Shades of Mandarian Orange #93210C

Tints of Mandarian Orange #93210C

Color information

#93210C (or 0x93210C) is unknown color: approx Mandarian Orange. HEX triplet: 93, 21 and 0C. RGB value is (147,33,12). Sum of RGB (Red+Green+Blue) = 147+33+12=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #93210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93210C is #6CDEF3. Grayscale: #404040. Windows color (decimal): -7134964 or 795027. OLE color: 795027.

HSL color Cylindrical-coordinate representation of color #93210C: hue angle of 9.33º 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 #93210C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1473312-
CMYK00.780.920.42
HSL9.33º84.91%31.18%-
HSV(B)9.33º91.84%57.65%-
XYZ12.647.321.09-
YUV64.6998.27186.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.56%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=76.56%
G=17.19%
B=6.25%

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
Decimal147331200.780.920.429.3384.9131.18
Hex9321C04E5C2A9551f
Octal22341140116134521112537
Binary1001001110000111000100111010111001010101001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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