#972915

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

Shades of Mandarian Orange #972915

Tints of Mandarian Orange #972915

Color information

#972915 (or 0x972915) is unknown color: approx Mandarian Orange. HEX triplet: 97, 29 and 15. RGB value is (151,41,21). Sum of RGB (Red+Green+Blue) = 151+41+21=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #972915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972915 is #68D6EA. Grayscale: #474747. Windows color (decimal): -6870763 or 1386903. OLE color: 1386903.

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

Color convert

RGB1514121-
CMYK00.730.860.41
HSL9.23º75.58%33.73%-
HSV(B)9.23º86.09%59.22%-
XYZ13.698.221.57-
YUV71.6199.44184.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.89%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=70.89%
G=19.25%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151412100.730.860.419.2375.5833.73
Hex972915049562994c22
Octal22751250111126511111442
Binary100101111010011010101001001101011010100110011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972915; }

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

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

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

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

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

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

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

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