#972820

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

Shades of Mandarian Orange #972820

Tints of Mandarian Orange #972820

Color information

#972820 (or 0x972820) is unknown color: approx Mandarian Orange. HEX triplet: 97, 28 and 20. RGB value is (151,40,32). Sum of RGB (Red+Green+Blue) = 151+40+32=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #972820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972820 is #68D7DF. Grayscale: #484848. Windows color (decimal): -6871008 or 2107543. OLE color: 2107543.

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

Color convert

RGB1514032-
CMYK00.740.790.41
HSL4.03º65.03%35.88%-
HSV(B)4.03º78.81%59.22%-
XYZ13.788.22.22-
YUV72.28105.27184.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.71%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=67.71%
G=17.94%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151403200.740.790.414.0365.0335.88
Hex97282004A4F2944124
Octal2275040011211751410144
Binary100101111010001000000100101010011111010011001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972820; }

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

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

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

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

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

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

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

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