#942714

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

Shades of Mandarian Orange #942714

Tints of Mandarian Orange #942714

Color information

#942714 (or 0x942714) is unknown color: approx Mandarian Orange. HEX triplet: 94, 27 and 14. RGB value is (148,39,20). Sum of RGB (Red+Green+Blue) = 148+39+20=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #942714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942714 is #6BD8EB. Grayscale: #454545. Windows color (decimal): -7067884 or 1320852. OLE color: 1320852.

HSL color Cylindrical-coordinate representation of color #942714: hue angle of 8.91º degrees, saturation: 0.76, 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 #942714 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1483920-
CMYK00.740.860.42
HSL8.91º76.19%32.94%-
HSV(B)8.91º86.49%58.04%-
XYZ13.067.81.48-
YUV69.42100.11184.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.50%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=71.50%
G=18.84%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148392000.740.860.428.9176.1932.94
Hex94271404A562A94c21
Octal22447240112126521111441
Binary100101001001111010001001010101011010101010011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942714; }

 p { color: rgb(148,39,20); }

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

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

 a { background-color: rgb(148,39,20); }

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

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

 span { border-color: rgb(148,39,20); }

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