#972B1E

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

Shades of Mandarian Orange #972B1E

Tints of Mandarian Orange #972B1E

Color information

#972B1E (or 0x972B1E) is unknown color: approx Mandarian Orange. HEX triplet: 97, 2B and 1E. RGB value is (151,43,30). Sum of RGB (Red+Green+Blue) = 151+43+30=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #972B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972B1E is #68D4E1. Grayscale: #494949. Windows color (decimal): -6870242 or 1977239. OLE color: 1977239.

HSL color Cylindrical-coordinate representation of color #972B1E: hue angle of 6.45º 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 #972B1E is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1514330-
CMYK00.720.800.41
HSL6.45º66.85%35.49%-
HSV(B)6.45º80.13%59.22%-
XYZ13.868.42.12-
YUV73.81103.28183.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.41%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=67.41%
G=19.20%
B=13.39%

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
Decimal151433000.720.800.416.4566.8535.49
Hex972B1E048502964323
Octal2275336011012051610343
Binary10010111101011111100100100010100001010011101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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