#8b2319

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

Shades of Mandarian Orange #8B2319

Tints of Mandarian Orange #8B2319

Color information

#8B2319 (or 0x8B2319) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 23 and 19. RGB value is (139,35,25). Sum of RGB (Red+Green+Blue) = 139+35+25=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2319 is #74DCE6. Grayscale: #414141. Windows color (decimal): -7658727 or 1647499. OLE color: 1647499.

HSL color Cylindrical-coordinate representation of color #8B2319: hue angle of 5.26º 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 #8B2319 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1393525-
CMYK00.750.820.45
HSL5.26º69.51%32.16%-
HSV(B)5.26º82.01%54.51%-
XYZ11.426.761.62-
YUV64.96105.46180.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.85%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=69.85%
G=17.59%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139352500.750.820.455.2669.5132.16
Hex8B231904B522D54620
Octal2134331011312255510640
Binary10001011100011110010100101110100101011011011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b2319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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