#912824

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

Shades of Mandarian Orange #912824

Tints of Mandarian Orange #912824

Color information

#912824 (or 0x912824) is unknown color: approx Mandarian Orange. HEX triplet: 91, 28 and 24. RGB value is (145,40,36). Sum of RGB (Red+Green+Blue) = 145+40+36=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #912824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912824 is #6ED7DB. Grayscale: #474747. Windows color (decimal): -7264220 or 2369681. OLE color: 2369681.

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

Color convert

RGB1454036-
CMYK00.720.750.43
HSL2.2º60.22%35.49%-
HSV(B)2.2º75.17%56.86%-
XYZ12.757.662.48-
YUV70.94108.29180.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.61%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 36 (14.45% from 255) = 16.29%
R=65.61%
G=18.10%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145403600.720.750.432.260.2235.49
Hex9128240484B2B23c23
Octal221504401101135327443
Binary1001000110100010010001001000100101110101110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912824; }

 p { color: rgb(145,40,36); }

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

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

 a { background-color: rgb(145,40,36); }

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

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

 span { border-color: rgb(145,40,36); }

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