#972509

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

Shades of Mandarian Orange #972509

Tints of Mandarian Orange #972509

Color information

#972509 (or 0x972509) is unknown color: approx Mandarian Orange. HEX triplet: 97, 25 and 09. RGB value is (151,37,9). Sum of RGB (Red+Green+Blue) = 151+37+9=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #972509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972509 is #68DAF6. Grayscale: #444444. Windows color (decimal): -6871799 or 599447. OLE color: 599447.

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

Color convert

RGB151379-
CMYK00.750.940.41
HSL11.83º88.75%31.37%-
HSV(B)11.83º94.04%59.22%-
XYZ13.477.921.08-
YUV67.8994.77187.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.65%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 9 (3.91% from 255) = 4.57%
R=76.65%
G=18.78%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15137900.750.940.4111.8388.7531.37
Hex9725904B5E29c591f
Octal22745110113136511413137
Binary1001011110010110010100101110111101010011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972509; }

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

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

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

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

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

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

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

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