#9B2811

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

Shades of Mandarian Orange #9B2811

Tints of Mandarian Orange #9B2811

Color information

#9B2811 (or 0x9B2811) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 28 and 11. RGB value is (155,40,17). Sum of RGB (Red+Green+Blue) = 155+40+17=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2811 is #64D7EE. Grayscale: #474747. Windows color (decimal): -6608879 or 1124507. OLE color: 1124507.

HSL color Cylindrical-coordinate representation of color #9B2811: hue angle of 10º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B2811 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB1554017-
CMYK00.740.890.39
HSL10º80.23%33.73%-
HSV(B)10º89.03%60.78%-
XYZ14.388.531.42-
YUV71.7697.1187.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.11%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 17 (7.03% from 255) = 8.02%
R=73.11%
G=18.87%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155401700.740.890.391080.2333.73
Hex9B281104A5927a5022
Octal23350210112131471212042
Binary100110111010001000101001010101100110011110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B2811; }

 p { color: rgb(155,40,17); }

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

<style>
 a { background-color: #9B2811; }

 a { background-color: rgb(155,40,17); }

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

<style>
 span { border-color: #9B2811; }

 span { border-color: rgb(155,40,17); }

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