#912318

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

Shades of Mandarian Orange #912318

Tints of Mandarian Orange #912318

Color information

#912318 (or 0x912318) is unknown color: approx Mandarian Orange. HEX triplet: 91, 23 and 18. RGB value is (145,35,24). Sum of RGB (Red+Green+Blue) = 145+35+24=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #912318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912318 is #6EDCE7. Grayscale: #424242. Windows color (decimal): -7265512 or 1581969. OLE color: 1581969.

HSL color Cylindrical-coordinate representation of color #912318: hue angle of 5.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 #912318 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1453524-
CMYK00.760.830.43
HSL5.45º71.6%33.14%-
HSV(B)5.45º83.45%56.86%-
XYZ12.447.291.62-
YUV66.64103.94183.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.08%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 24 (9.77% from 255) = 11.76%
R=71.08%
G=17.16%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145352400.760.830.435.4571.633.14
Hex91231804C532B54821
Octal2214330011412353511041
Binary10010001100011110000100110010100111010111011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912318; }

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

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

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

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

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

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

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

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