#912516

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

Shades of Mandarian Orange #912516

Tints of Mandarian Orange #912516

Color information

#912516 (or 0x912516) is unknown color: approx Mandarian Orange. HEX triplet: 91, 25 and 16. RGB value is (145,37,22). Sum of RGB (Red+Green+Blue) = 145+37+22=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #912516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912516 is #6EDAE9. Grayscale: #434343. Windows color (decimal): -7265002 or 1451409. OLE color: 1451409.

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

Color convert

RGB1453722-
CMYK00.740.850.43
HSL7.32º73.65%32.75%-
HSV(B)7.32º84.83%56.86%-
XYZ12.487.41.53-
YUV67.58102.28183.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.08%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=71.08%
G=18.14%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145372200.740.850.437.3273.6532.75
Hex91251604A552B74a21
Octal2214526011212553711241
Binary10010001100101101100100101010101011010111111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912516; }

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

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

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

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

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

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

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

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