#8B2519

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

Shades of Mandarian Orange #8B2519

Tints of Mandarian Orange #8B2519

Color information

#8B2519 (or 0x8B2519) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 25 and 19. RGB value is (139,37,25). Sum of RGB (Red+Green+Blue) = 139+37+25=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2519 is #74DAE6. Grayscale: #424242. Windows color (decimal): -7658215 or 1648011. OLE color: 1648011.

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

Color convert

RGB1393725-
CMYK00.730.820.45
HSL6.32º69.51%32.16%-
HSV(B)6.32º82.01%54.51%-
XYZ11.486.881.64-
YUV66.13104.79179.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.15%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=69.15%
G=18.41%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139372500.730.820.456.3269.5132.16
Hex8B2519049522D64620
Octal2134531011112255610640
Binary10001011100101110010100100110100101011011101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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