#972A1E

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

Shades of Mandarian Orange #972A1E

Tints of Mandarian Orange #972A1E

Color information

#972A1E (or 0x972A1E) is unknown color: approx Mandarian Orange. HEX triplet: 97, 2A and 1E. RGB value is (151,42,30). Sum of RGB (Red+Green+Blue) = 151+42+30=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #972A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972A1E is #68D5E1. Grayscale: #494949. Windows color (decimal): -6870498 or 1976983. OLE color: 1976983.

HSL color Cylindrical-coordinate representation of color #972A1E: hue angle of 5.95º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972A1E is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1514230-
CMYK00.720.800.41
HSL5.95º66.85%35.49%-
HSV(B)5.95º80.13%59.22%-
XYZ13.828.332.11-
YUV73.22103.61183.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.71%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=67.71%
G=18.83%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151423000.720.800.415.9566.8535.49
Hex972A1E048502964323
Octal2275236011012051610343
Binary10010111101010111100100100010100001010011101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972A1E; }

 p { color: rgb(151,42,30); }

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

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

 a { background-color: rgb(151,42,30); }

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

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

 span { border-color: rgb(151,42,30); }

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