#94220C

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

Shades of Mandarian Orange #94220C

Tints of Mandarian Orange #94220C

Color information

#94220C (or 0x94220C) is unknown color: approx Mandarian Orange. HEX triplet: 94, 22 and 0C. RGB value is (148,34,12). Sum of RGB (Red+Green+Blue) = 148+34+12=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #94220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94220C is #6BDDF3. Grayscale: #414141. Windows color (decimal): -7069172 or 795284. OLE color: 795284.

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

Color convert

RGB1483412-
CMYK00.770.920.42
HSL9.71º85%31.37%-
HSV(B)9.71º91.89%58.04%-
XYZ12.857.471.11-
YUV65.5897.77186.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 76.29%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=76.29%
G=17.53%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148341200.770.920.429.718531.37
Hex9422C04D5C2Aa551f
Octal22442140115134521212537
Binary1001010010001011000100110110111001010101010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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