#8A2514

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

Shades of Mandarian Orange #8A2514

Tints of Mandarian Orange #8A2514

Color information

#8A2514 (or 0x8A2514) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 25 and 14. RGB value is (138,37,20). Sum of RGB (Red+Green+Blue) = 138+37+20=195 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.77% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2514 is #75DAEB. Grayscale: #414141. Windows color (decimal): -7723756 or 1320330. OLE color: 1320330.

HSL color Cylindrical-coordinate representation of color #8A2514: hue angle of 8.64º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A2514 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1383720-
CMYK00.730.860.46
HSL8.64º74.68%30.98%-
HSV(B)8.64º85.51%54.12%-
XYZ11.276.781.38-
YUV65.26102.46179.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.77%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=70.77%
G=18.97%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138372000.730.860.468.6474.6830.98
Hex8A2514049562E94b1f
Octal21245240111126561111337
Binary10001010100101101000100100110101101011101001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A2514; }

 p { color: rgb(138,37,20); }

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

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

 a { background-color: rgb(138,37,20); }

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

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

 span { border-color: rgb(138,37,20); }

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