#8B2717

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

Shades of Mandarian Orange #8B2717

Tints of Mandarian Orange #8B2717

Color information

#8B2717 (or 0x8B2717) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 27 and 17. RGB value is (139,39,23). Sum of RGB (Red+Green+Blue) = 139+39+23=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2717 is #74D8E8. Grayscale: #434343. Windows color (decimal): -7657705 or 1517451. OLE color: 1517451.

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

Color convert

RGB1393923-
CMYK00.720.830.45
HSL8.28º71.6%31.76%-
HSV(B)8.28º83.45%54.51%-
XYZ11.5371.55-
YUV67.08103.13179.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.15%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 23 (9.38% from 255) = 11.44%
R=69.15%
G=19.40%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139392300.720.830.458.2871.631.76
Hex8B2717048532D84820
Octal21347270110123551011040
Binary100010111001111011101001000101001110110110001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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