#912716

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

Shades of Mandarian Orange #912716

Tints of Mandarian Orange #912716

Color information

#912716 (or 0x912716) is unknown color: approx Mandarian Orange. HEX triplet: 91, 27 and 16. RGB value is (145,39,22). Sum of RGB (Red+Green+Blue) = 145+39+22=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #912716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912716 is #6ED8E9. Grayscale: #444444. Windows color (decimal): -7264490 or 1451921. OLE color: 1451921.

HSL color Cylindrical-coordinate representation of color #912716: hue angle of 8.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #912716 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1453922-
CMYK00.730.850.43
HSL8.29º73.65%32.75%-
HSV(B)8.29º84.83%56.86%-
XYZ12.557.531.55-
YUV68.76101.62182.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.39%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=70.39%
G=18.93%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145392200.730.850.438.2973.6532.75
Hex912716049552B84a21
Octal22147260111125531011241
Binary100100011001111011001001001101010110101110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912716; }

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

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

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

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

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

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

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

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