#912012

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

Shades of Mandarian Orange #912012

Tints of Mandarian Orange #912012

Color information

#912012 (or 0x912012) is unknown color: approx Mandarian Orange. HEX triplet: 91, 20 and 12. RGB value is (145,32,18). Sum of RGB (Red+Green+Blue) = 145+32+18=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #912012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912012 is #6EDFED. Grayscale: #404040. Windows color (decimal): -7266286 or 1187985. OLE color: 1187985.

HSL color Cylindrical-coordinate representation of color #912012: hue angle of 6.61º 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 #912012 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1453218-
CMYK00.780.880.43
HSL6.61º77.91%31.96%-
HSV(B)6.61º87.59%56.86%-
XYZ12.37.11.29-
YUV64.19101.94185.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 74.36%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=74.36%
G=16.41%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145321800.780.880.436.6177.9131.96
Hex91201204E582B74e20
Octal2214022011613053711640
Binary10010001100000100100100111010110001010111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912012; }

 p { color: rgb(145,32,18); }

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

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

 a { background-color: rgb(145,32,18); }

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

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

 span { border-color: rgb(145,32,18); }

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