#942815

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

Shades of Mandarian Orange #942815

Tints of Mandarian Orange #942815

Color information

#942815 (or 0x942815) is unknown color: approx Mandarian Orange. HEX triplet: 94, 28 and 15. RGB value is (148,40,21). Sum of RGB (Red+Green+Blue) = 148+40+21=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #942815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942815 is #6BD7EA. Grayscale: #464646. Windows color (decimal): -7067627 or 1386644. OLE color: 1386644.

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

Color convert

RGB1484021-
CMYK00.730.860.42
HSL8.98º75.15%33.14%-
HSV(B)8.98º85.81%58.04%-
XYZ13.117.871.54-
YUV70.13100.28183.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.81%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 21 (8.59% from 255) = 10.05%
R=70.81%
G=19.14%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148402100.730.860.428.9875.1533.14
Hex942815049562A94b21
Octal22450250111126521111341
Binary100101001010001010101001001101011010101010011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942815; }

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

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

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

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

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

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

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

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