#912517

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

Shades of Mandarian Orange #912517

Tints of Mandarian Orange #912517

Color information

#912517 (or 0x912517) is unknown color: approx Mandarian Orange. HEX triplet: 91, 25 and 17. RGB value is (145,37,23). Sum of RGB (Red+Green+Blue) = 145+37+23=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #912517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912517 is #6EDAE8. Grayscale: #434343. Windows color (decimal): -7265001 or 1516945. OLE color: 1516945.

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

Color convert

RGB1453723-
CMYK00.740.840.43
HSL6.89º72.62%32.94%-
HSV(B)6.89º84.14%56.86%-
XYZ12.497.41.58-
YUV67.7102.78183.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.73%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 23 (9.38% from 255) = 11.22%
R=70.73%
G=18.05%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145372300.740.840.436.8972.6232.94
Hex91251704A542B74921
Octal2214527011212453711141
Binary10010001100101101110100101010101001010111111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912517; }

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

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

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

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

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

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

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

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