#972511

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

Shades of Mandarian Orange #972511

Tints of Mandarian Orange #972511

Color information

#972511 (or 0x972511) is unknown color: approx Mandarian Orange. HEX triplet: 97, 25 and 11. RGB value is (151,37,17). Sum of RGB (Red+Green+Blue) = 151+37+17=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #972511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972511 is #68DAEE. Grayscale: #454545. Windows color (decimal): -6871791 or 1123735. OLE color: 1123735.

HSL color Cylindrical-coordinate representation of color #972511: hue angle of 8.96º 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 #972511 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1513717-
CMYK00.750.890.41
HSL8.96º79.76%32.94%-
HSV(B)8.96º88.74%59.22%-
XYZ13.537.941.35-
YUV68.8198.77186.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 73.66%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=73.66%
G=18.05%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151371700.750.890.418.9679.7632.94
Hex97251104B592995021
Octal22745210113131511112041
Binary100101111001011000101001011101100110100110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972511; }

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

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

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

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

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

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

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

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