#8B2719

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

Shades of Mandarian Orange #8B2719

Tints of Mandarian Orange #8B2719

Color information

#8B2719 (or 0x8B2719) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 27 and 19. RGB value is (139,39,25). Sum of RGB (Red+Green+Blue) = 139+39+25=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2719 is #74D8E6. Grayscale: #434343. Windows color (decimal): -7657703 or 1648523. OLE color: 1648523.

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

Color convert

RGB1393925-
CMYK00.720.820.45
HSL7.37º69.51%32.16%-
HSV(B)7.37º82.01%54.51%-
XYZ11.557.011.66-
YUV67.3104.13179.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.47%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=68.47%
G=19.21%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139392500.720.820.457.3769.5132.16
Hex8B2719048522D74620
Octal2134731011012255710640
Binary10001011100111110010100100010100101011011111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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