#912518

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

Shades of Mandarian Orange #912518

Tints of Mandarian Orange #912518

Color information

#912518 (or 0x912518) is unknown color: approx Mandarian Orange. HEX triplet: 91, 25 and 18. RGB value is (145,37,24). Sum of RGB (Red+Green+Blue) = 145+37+24=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #912518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912518 is #6EDAE7. Grayscale: #434343. Windows color (decimal): -7265000 or 1582481. OLE color: 1582481.

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

Color convert

RGB1453724-
CMYK00.740.830.43
HSL6.45º71.6%33.14%-
HSV(B)6.45º83.45%56.86%-
XYZ12.57.411.64-
YUV67.81103.28183.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.39%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=70.39%
G=17.96%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145372400.740.830.436.4571.633.14
Hex91251804A532B64821
Octal2214530011212353611041
Binary10010001100101110000100101010100111010111101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912518; }

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

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

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

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

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

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

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

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