#942518

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

Shades of Mandarian Orange #942518

Tints of Mandarian Orange #942518

Color information

#942518 (or 0x942518) is unknown color: approx Mandarian Orange. HEX triplet: 94, 25 and 18. RGB value is (148,37,24). Sum of RGB (Red+Green+Blue) = 148+37+24=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #942518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942518 is #6BDAE7. Grayscale: #444444. Windows color (decimal): -7068392 or 1582484. OLE color: 1582484.

HSL color Cylindrical-coordinate representation of color #942518: hue angle of 6.29º 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 #942518 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1483724-
CMYK00.750.840.42
HSL6.29º72.09%33.73%-
HSV(B)6.29º83.78%58.04%-
XYZ13.047.681.66-
YUV68.71102.77184.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.81%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=70.81%
G=17.70%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148372400.750.840.426.2972.0933.73
Hex94251804B542A64822
Octal2244530011312452611042
Binary10010100100101110000100101110101001010101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942518; }

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

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

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

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

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

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

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

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