#921E12

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

Shades of Mandarian Orange #921E12

Tints of Mandarian Orange #921E12

Color information

#921E12 (or 0x921E12) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1E and 12. RGB value is (146,30,18). Sum of RGB (Red+Green+Blue) = 146+30+18=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #921E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921E12 is #6DE1ED. Grayscale: #3F3F3F. Windows color (decimal): -7201262 or 1187474. OLE color: 1187474.

HSL color Cylindrical-coordinate representation of color #921E12: hue angle of 5.62º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921E12 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1463018-
CMYK00.790.880.43
HSL5.62º78.05%32.16%-
HSV(B)5.62º87.67%57.25%-
XYZ12.437.081.28-
YUV63.32102.43186.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.26%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 18 (7.42% from 255) = 9.28%
R=75.26%
G=15.46%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146301800.790.880.435.6278.0532.16
Hex921E1204F582B64e20
Octal2223622011713053611640
Binary1001001011110100100100111110110001010111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921E12; }

 p { color: rgb(146,30,18); }

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

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

 a { background-color: rgb(146,30,18); }

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

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

 span { border-color: rgb(146,30,18); }

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