#8B2513

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

Shades of Mandarian Orange #8B2513

Tints of Mandarian Orange #8B2513

Color information

#8B2513 (or 0x8B2513) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 25 and 13. RGB value is (139,37,19). Sum of RGB (Red+Green+Blue) = 139+37+19=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2513 is #74DAEC. Grayscale: #414141. Windows color (decimal): -7658221 or 1254795. OLE color: 1254795.

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

Color convert

RGB1393719-
CMYK00.730.860.45
HSL75.95%30.98%-
HSV(B)86.33%54.51%-
XYZ11.436.861.34-
YUV65.45101.79180.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.28%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=71.28%
G=18.97%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139371900.730.860.45975.9530.98
Hex8B2513049562D94c1f
Octal21345230111126551111437
Binary10001011100101100110100100110101101011011001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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