#972411

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

Shades of Mandarian Orange #972411

Tints of Mandarian Orange #972411

Color information

#972411 (or 0x972411) is unknown color: approx Mandarian Orange. HEX triplet: 97, 24 and 11. RGB value is (151,36,17). Sum of RGB (Red+Green+Blue) = 151+36+17=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #972411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972411 is #68DBEE. Grayscale: #444444. Windows color (decimal): -6872047 or 1123479. OLE color: 1123479.

HSL color Cylindrical-coordinate representation of color #972411: hue angle of 8.51º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #972411 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1513617-
CMYK00.760.890.41
HSL8.51º79.76%32.94%-
HSV(B)8.51º88.74%59.22%-
XYZ13.497.881.34-
YUV68.2299.1187.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 74.02%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 17 (7.03% from 255) = 8.33%
R=74.02%
G=17.65%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151361700.760.890.418.5179.7632.94
Hex97241104C592995021
Octal22744210114131511112041
Binary100101111001001000101001100101100110100110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972411; }

 p { color: rgb(151,36,17); }

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

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

 a { background-color: rgb(151,36,17); }

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

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

 span { border-color: rgb(151,36,17); }

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