#8B2515

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

Shades of Mandarian Orange #8B2515

Tints of Mandarian Orange #8B2515

Color information

#8B2515 (or 0x8B2515) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 25 and 15. RGB value is (139,37,21). Sum of RGB (Red+Green+Blue) = 139+37+21=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2515 is #74DAEA. Grayscale: #414141. Windows color (decimal): -7658219 or 1385867. OLE color: 1385867.

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

Color convert

RGB1393721-
CMYK00.730.850.45
HSL8.14º73.75%31.37%-
HSV(B)8.14º84.89%54.51%-
XYZ11.446.871.43-
YUV65.67102.79180.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.56%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=70.56%
G=18.78%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139372100.730.850.458.1473.7531.37
Hex8B2515049552D84a1f
Octal21345250111125551011237
Binary10001011100101101010100100110101011011011000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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