#912712

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

Shades of Mandarian Orange #912712

Tints of Mandarian Orange #912712

Color information

#912712 (or 0x912712) is unknown color: approx Mandarian Orange. HEX triplet: 91, 27 and 12. RGB value is (145,39,18). Sum of RGB (Red+Green+Blue) = 145+39+18=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #912712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912712 is #6ED8ED. Grayscale: #444444. Windows color (decimal): -7264494 or 1189777. OLE color: 1189777.

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

Color convert

RGB1453918-
CMYK00.730.880.43
HSL9.92º77.91%31.96%-
HSV(B)9.92º87.59%56.86%-
XYZ12.517.511.36-
YUV68.399.62182.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.78%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 18 (7.42% from 255) = 8.91%
R=71.78%
G=19.31%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145391800.730.880.439.9277.9131.96
Hex912712049582Ba4e20
Octal22147220111130531211640
Binary100100011001111001001001001101100010101110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912712; }

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

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

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

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

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

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

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

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