#942818

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

Shades of Mandarian Orange #942818

Tints of Mandarian Orange #942818

Color information

#942818 (or 0x942818) is unknown color: approx Mandarian Orange. HEX triplet: 94, 28 and 18. RGB value is (148,40,24). Sum of RGB (Red+Green+Blue) = 148+40+24=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #942818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942818 is #6BD7E7. Grayscale: #464646. Windows color (decimal): -7067624 or 1583252. OLE color: 1583252.

HSL color Cylindrical-coordinate representation of color #942818: hue angle of 7.74º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #942818 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1484024-
CMYK00.730.840.42
HSL7.74º72.09%33.73%-
HSV(B)7.74º83.78%58.04%-
XYZ13.147.881.69-
YUV70.47101.78183.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.81%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=69.81%
G=18.87%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148402400.730.840.427.7472.0933.73
Hex942818049542A84822
Octal22450300111124521011042
Binary100101001010001100001001001101010010101010001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942818; }

 p { color: rgb(148,40,24); }

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

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

 a { background-color: rgb(148,40,24); }

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

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

 span { border-color: rgb(148,40,24); }

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