#9B2308

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

Shades of Mandarian Orange #9B2308

Tints of Mandarian Orange #9B2308

Color information

#9B2308 (or 0x9B2308) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 23 and 08. RGB value is (155,35,8). Sum of RGB (Red+Green+Blue) = 155+35+8=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2308 is #64DCF7. Grayscale: #444444. Windows color (decimal): -6610168 or 533403. OLE color: 533403.

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

Color convert

RGB155358-
CMYK00.770.950.39
HSL11.02º90.18%31.96%-
HSV(B)11.02º94.84%60.78%-
XYZ14.168.191.06-
YUV67.894.26190.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 78.28%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=78.28%
G=17.68%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15535800.770.950.3911.0290.1831.96
Hex9B23804D5F27b5a20
Octal23343100115137471313240
Binary10011011100011100001001101101111110011110111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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