#942D28

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

Shades of Mandarian Orange #942D28

Tints of Mandarian Orange #942D28

Color information

#942D28 (or 0x942D28) is unknown color: approx Mandarian Orange. HEX triplet: 94, 2D and 28. RGB value is (148,45,40). Sum of RGB (Red+Green+Blue) = 148+45+40=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #942D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D28 is #6BD2D7. Grayscale: #4B4B4B. Windows color (decimal): -7066328 or 2633108. OLE color: 2633108.

HSL color Cylindrical-coordinate representation of color #942D28: hue angle of 2.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942D28 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1484540-
CMYK00.700.730.42
HSL2.78º57.45%36.86%-
HSV(B)2.78º72.97%58.04%-
XYZ13.538.332.9-
YUV75.23108.12179.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=63.52%
G=19.31%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148454000.700.730.422.7857.4536.86
Hex942D28046492A33925
Octal224555001061115237145
Binary1001010010110110100001000110100100110101011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942D28; }

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

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

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

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

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

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

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

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