#8B2725

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

Shades of Mandarian Orange #8B2725

Tints of Mandarian Orange #8B2725

Color information

#8B2725 (or 0x8B2725) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 27 and 25. RGB value is (139,39,37). Sum of RGB (Red+Green+Blue) = 139+39+37=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2725 is #74D8DA. Grayscale: #444444. Windows color (decimal): -7657691 or 2434955. OLE color: 2434955.

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

Color convert

RGB1393937-
CMYK00.720.730.45
HSL1.18º57.95%34.51%-
HSV(B)1.18º73.38%54.51%-
XYZ11.717.072.5-
YUV68.67110.13178.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=64.65%
G=18.14%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139393700.720.730.451.1857.9534.51
Hex8B2725048492D13a23
Octal213474501101115517243
Binary100010111001111001010100100010010011011011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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