#8B2316

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

Shades of Mandarian Orange #8B2316

Tints of Mandarian Orange #8B2316

Color information

#8B2316 (or 0x8B2316) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 23 and 16. RGB value is (139,35,22). Sum of RGB (Red+Green+Blue) = 139+35+22=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2316 is #74DCE9. Grayscale: #404040. Windows color (decimal): -7658730 or 1450891. OLE color: 1450891.

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

Color convert

RGB1393522-
CMYK00.750.840.45
HSL6.67º72.67%31.57%-
HSV(B)6.67º84.17%54.51%-
XYZ11.396.751.46-
YUV64.61103.96181.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.92%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=70.92%
G=17.86%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139352200.750.840.456.6772.6731.57
Hex8B231604B542D74920
Octal2134326011312455711140
Binary10001011100011101100100101110101001011011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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