#8A2725

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

Shades of Mandarian Orange #8A2725

Tints of Mandarian Orange #8A2725

Color information

#8A2725 (or 0x8A2725) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 27 and 25. RGB value is (138,39,37). Sum of RGB (Red+Green+Blue) = 138+39+37=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2725 is #75D8DA. Grayscale: #444444. Windows color (decimal): -7723227 or 2434954. OLE color: 2434954.

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

Color convert

RGB1383937-
CMYK00.720.730.46
HSL1.19º57.71%34.31%-
HSV(B)1.19º73.19%54.12%-
XYZ11.546.992.49-
YUV68.37110.3177.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 64.49%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=64.49%
G=18.22%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138393700.720.730.461.1957.7134.31
Hex8A2725048492E13a22
Octal212474501101115617242
Binary100010101001111001010100100010010011011101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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