#97220C

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

Shades of Mandarian Orange #97220C

Tints of Mandarian Orange #97220C

Color information

#97220C (or 0x97220C) is unknown color: approx Mandarian Orange. HEX triplet: 97, 22 and 0C. RGB value is (151,34,12). Sum of RGB (Red+Green+Blue) = 151+34+12=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #97220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97220C is #68DDF3. Grayscale: #424242. Windows color (decimal): -6872564 or 795287. OLE color: 795287.

HSL color Cylindrical-coordinate representation of color #97220C: hue angle of 9.5º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97220C is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB1513412-
CMYK00.770.920.41
HSL9.5º85.28%31.96%-
HSV(B)9.5º92.05%59.22%-
XYZ13.47.751.14-
YUV66.4797.26188.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.65%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=76.65%
G=17.26%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151341200.770.920.419.585.2831.96
Hex9722C04D5C2995520
Octal22742140115134511112540
Binary10010111100010110001001101101110010100110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97220C; }

 p { color: rgb(151,34,12); }

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

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

 a { background-color: rgb(151,34,12); }

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

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

 span { border-color: rgb(151,34,12); }

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