#9B230D

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

Shades of Mandarian Orange #9B230D

Tints of Mandarian Orange #9B230D

Color information

#9B230D (or 0x9B230D) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 23 and 0D. RGB value is (155,35,13). Sum of RGB (Red+Green+Blue) = 155+35+13=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B230D is #64DCF2. Grayscale: #444444. Windows color (decimal): -6610163 or 861083. OLE color: 861083.

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

Color convert

RGB1553513-
CMYK00.770.920.39
HSL9.3º84.52%32.94%-
HSV(B)9.3º91.61%60.78%-
XYZ14.198.21.22-
YUV68.3796.76189.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 76.35%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=76.35%
G=17.24%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155351300.770.920.399.384.5232.94
Hex9B23D04D5C2795521
Octal23343150115134471112541
Binary10011011100011110101001101101110010011110011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,35,13); }

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

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

 a { background-color: rgb(155,35,13); }

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

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

 span { border-color: rgb(155,35,13); }

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