#972815

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

Shades of Mandarian Orange #972815

Tints of Mandarian Orange #972815

Color information

#972815 (or 0x972815) is unknown color: approx Mandarian Orange. HEX triplet: 97, 28 and 15. RGB value is (151,40,21). Sum of RGB (Red+Green+Blue) = 151+40+21=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #972815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972815 is #68D7EA. Grayscale: #474747. Windows color (decimal): -6871019 or 1386647. OLE color: 1386647.

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

Color convert

RGB1514021-
CMYK00.740.860.41
HSL8.77º75.58%33.73%-
HSV(B)8.77º86.09%59.22%-
XYZ13.668.151.56-
YUV71.0299.77185.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.23%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 21 (8.59% from 255) = 9.91%
R=71.23%
G=18.87%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151402100.740.860.418.7775.5833.73
Hex97281504A562994c22
Octal22750250112126511111442
Binary100101111010001010101001010101011010100110011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972815; }

 p { color: rgb(151,40,21); }

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

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

 a { background-color: rgb(151,40,21); }

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

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

 span { border-color: rgb(151,40,21); }

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