#9B2A17

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

Shades of Mandarian Orange #9B2A17

Tints of Mandarian Orange #9B2A17

Color information

#9B2A17 (or 0x9B2A17) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 2A and 17. RGB value is (155,42,23). Sum of RGB (Red+Green+Blue) = 155+42+23=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2A17 is #64D5E8. Grayscale: #494949. Windows color (decimal): -6608361 or 1518235. OLE color: 1518235.

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

Color convert

RGB1554223-
CMYK00.730.850.39
HSL8.64º74.16%34.9%-
HSV(B)8.64º85.16%60.78%-
XYZ14.58.691.72-
YUV73.6299.44186.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.45%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 23 (9.38% from 255) = 10.45%
R=70.45%
G=19.09%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155422300.730.850.398.6474.1634.9
Hex9B2A17049552794a23
Octal23352270111125471111243
Binary100110111010101011101001001101010110011110011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,42,23); }

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

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

 a { background-color: rgb(155,42,23); }

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

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

 span { border-color: rgb(155,42,23); }

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