#972928

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

Shades of Mandarian Orange #972928

Tints of Mandarian Orange #972928

Color information

#972928 (or 0x972928) is unknown color: approx Mandarian Orange. HEX triplet: 97, 29 and 28. RGB value is (151,41,40). Sum of RGB (Red+Green+Blue) = 151+41+40=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #972928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972928 is #68D6D7. Grayscale: #494949. Windows color (decimal): -6870744 or 2632087. OLE color: 2632087.

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

Color convert

RGB1514140-
CMYK00.730.740.41
HSL0.54º58.12%37.45%-
HSV(B)0.54º73.51%59.22%-
XYZ13.948.322.88-
YUV73.78108.94183.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.09%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=65.09%
G=17.67%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151414000.730.740.410.5458.1237.45
Hex9729280494A2913a25
Octal227515001111125117245
Binary100101111010011010000100100110010101010011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972928; }

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

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

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

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

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

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

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

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